mirror of
https://github.com/recp/cglm.git
synced 2026-06-02 12:50:25 -05:00
f4c9ddf530
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.