Commit 790e8d6c authored by Michael R. Crusoe's avatar Michael R. Crusoe Committed by Michael R. Crusoe

fp16: don't use _Float16 on ClangCL if not supported

Closes: https://github.com/simd-everywhere/simde/issues/1069
parent 87f7d331
......@@ -66,6 +66,7 @@ SIMDE_BEGIN_DECLS_
* welcome. */
#if !defined(SIMDE_FLOAT16_API)
#if !defined(__EMSCRIPTEN__) && !(defined(__clang__) && defined(SIMDE_ARCH_POWER)) && \
!(defined(HEDLEY_MSVC_VERSION) && defined(__clang__)) && \
!(defined(__clang__) && defined(SIMDE_ARCH_RISCV64)) && ( \
defined(SIMDE_X86_AVX512FP16_NATIVE) || \
(defined(SIMDE_ARCH_X86_SSE2) && HEDLEY_GCC_VERSION_CHECK(12,0,0)) || \
......
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