mirror of
https://github.com/recp/cglm.git
synced 2026-04-06 09:09:47 +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.