Skip to content

Commit 1215418

Browse files
committed
Make: Set f16c flag for _cvtss_sh
1 parent 3230095 commit 1215418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/simsimd/elementwise.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,8 +1469,8 @@ SIMSIMD_PUBLIC void simsimd_fma_bf16_skylake(
14691469

14701470
#if SIMSIMD_TARGET_SAPPHIRE
14711471
#pragma GCC push_options
1472-
#pragma GCC target("avx2", "avx512f", "avx512vl", "bmi2", "avx512bw", "avx512fp16")
1473-
#pragma clang attribute push(__attribute__((target("avx2,avx512f,avx512vl,bmi2,avx512bw,avx512fp16"))), \
1472+
#pragma GCC target("avx2", "avx512f", "avx512vl", "bmi2", "avx512bw", "avx512fp16", "f16c")
1473+
#pragma clang attribute push(__attribute__((target("avx2,avx512f,avx512vl,bmi2,avx512bw,avx512fp16,f16c"))), \
14741474
apply_to = function)
14751475

14761476
/**

0 commit comments

Comments
 (0)