diff options
Diffstat (limited to '3rdparty/bimg/3rdparty/astc/mathlib.cpp')
-rw-r--r-- | 3rdparty/bimg/3rdparty/astc/mathlib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bimg/3rdparty/astc/mathlib.cpp b/3rdparty/bimg/3rdparty/astc/mathlib.cpp index aa6eac1ff5b..0384b1ecfc6 100644 --- a/3rdparty/bimg/3rdparty/astc/mathlib.cpp +++ b/3rdparty/bimg/3rdparty/astc/mathlib.cpp @@ -61,7 +61,7 @@ float nan(int p) return v.q; } -#if !defined(_MSC_VER) && (__cplusplus < 201103L) +#if !_MSC_VER && !__clang__ && (__cplusplus < 201103L) float fmax(float p, float q) { if (p != p) |