Fixed Documentation for Common Math Library

This commit is contained in:
2025-05-26 13:40:54 -04:00
parent a6442e1945
commit e6b3d45e2e
5 changed files with 120 additions and 353 deletions

View File

@@ -21,7 +21,10 @@
#define FENNEC_LANG_INTRINSICS_H
# if defined(__has_builtin)
// bitcast is slightly more efficient for build times than using memcpy
# define FENNEC_HAS_BUILTIN_BITCAST __has_builtin(__builtin_bit_cast)
# endif
#endif // FENNEC_LANG_INTRINSICS_H