| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-11-20 | 725 Bytes | |
| v1.5.0 source code.tar.gz | 2023-11-20 | 41.5 MB | |
| v1.5.0 source code.zip | 2023-11-20 | 41.5 MB | |
| Totals: 3 Items | 83.0 MB | 0 | |
Split "Basic Concepts I" into two sets of slides to better separate the topics and improve the readability.
Basic Concepts II:
- Added a new reference on how to compare signed and unsigned integers in C++20
- Added a new reference for posit representation
- Added a new reference for microscaling MX floating point formats
Object Oriented Programming II:
- fix typo related to
swapsemantic [#11] . Thanks to @kimsoohwan
Code Conventions:
- Minor improvements to "macro and preprocessing" section
- Added Std naming convention where missing
- Improve "brace initializer list" section
Performance Optimziation II:
- Improved Functions inlining section, added relation with linkage