Commit 665d7f93 authored by Junhyeok Ahn's avatar Junhyeok Ahn Committed by Michael R. Crusoe

fix clang type redef error

parent b0fcc617
...@@ -607,7 +607,7 @@ typedef uint64_t simde__mmask64; ...@@ -607,7 +607,7 @@ typedef uint64_t simde__mmask64;
#endif #endif
#if !defined(__mmask64) && defined(SIMDE_ENABLE_NATIVE_ALIASES) #if !defined(__mmask64) && defined(SIMDE_ENABLE_NATIVE_ALIASES)
#if !defined(HEDLEY_INTEL_VERSION) #if !defined(HEDLEY_INTEL_VERSION)
#if defined(HEDLEY_GCC_VERSION) #if defined(HEDLEY_GCC_VERSION) || (defined(__clang__) && SIMDE_DETECT_CLANG_VERSION_CHECK(3, 6, 0))
typedef unsigned long long __mmask64; typedef unsigned long long __mmask64;
#else #else
typedef uint64_t __mmask64; typedef uint64_t __mmask64;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment