Fixed Documentation for Common Math Library
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user