Sha256: 22508408c83e084cc04bc5d85f2b8bd173c3bac93e0f9e2bad165d0718d9647d
Contents?: true
Size: 427 Bytes
Versions: 21
Compression:
Stored size: 427 Bytes
Contents
/// @ref core /// @file glm/detail/_fixes.hpp #include <cmath> //! Workaround for compatibility with other libraries #ifdef max #undef max #endif //! Workaround for compatibility with other libraries #ifdef min #undef min #endif //! Workaround for Android #ifdef isnan #undef isnan #endif //! Workaround for Android #ifdef isinf #undef isinf #endif //! Workaround for Chrone Native Client #ifdef log2 #undef log2 #endif
Version data entries
21 entries across 21 versions & 1 rubygems