Skip to content

v0.9

Compare
Choose a tag to compare
@spaskalev spaskalev released this 22 Aug 19:41
· 37 commits to main since this release
  • Remove FAMs and {0} initializers to facilitate interop with strict C++ compilers
    • Clang generates identical code with FAMs and without FAMs
    • GCC generates almost-identical code
  • Make the debug functions non-static so that they can be used by code in other units
  • Include stdio.h only when BUDDY_PRINTF is not defined
  • Add a macro for C++ name mangling