mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed define
This commit is contained in:
parent
a9389aef26
commit
e4f768102b
@ -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…
Reference in New Issue
Block a user