mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 20:34:58 +00:00
The check for __has_builtin being defined and using the __has_builtin() macro need to be on different lines, as when __has_builtin is not defined, using the __has_builtin() macro is an invalid preprocessor directive.