v1.5.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
swap
semantic #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