Skip to content

v1.5.0

Compare
Choose a tag to compare
@federico-busato federico-busato released this 20 Nov 20:47
· 85 commits to master since this release

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:

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