mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 14:05:01 +00:00
Fixed define
This commit is contained in:
parent
a9389aef26
commit
e4f768102b
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
|||
# define GLM_COMPILER GLM_COMPILER_UNKNOWN
|
||||
|
||||
#elif defined(__INTEL_COMPILER)
|
||||
# if (__clang_major__ < 1400)
|
||||
# if (__INTEL_COMPILER < 1400)
|
||||
# error "GLM requires ICC 2013 SP1 or newer"
|
||||
# elif __INTEL_COMPILER == 1400
|
||||
# define GLM_COMPILER GLM_COMPILER_INTEL14
|
||||
|
|
Loading…
Add table
Reference in a new issue