We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcdbe90 commit 43c5a51Copy full SHA for 43c5a51
clang/lib/Headers/avx512fp16intrin.h
@@ -298,8 +298,8 @@ _mm512_zextph256_ph512(__m256h __a) {
298
#define _mm_comi_sh(A, B, pred) \
299
_mm_comi_round_sh((A), (B), (pred), _MM_FROUND_CUR_DIRECTION)
300
301
-static __inline__ int __DEFAULT_FN_ATTRS128_CONSTEXPR
302
-_mm_comieq_sh(__m128h __A, __m128h __B) {
+static __inline__ int
+ __DEFAULT_FN_ATTRS128_CONSTEXPR _mm_comieq_sh(__m128h __A, __m128h __B) {
303
return __builtin_ia32_vcomish((__v8hf)__A, (__v8hf)__B, _CMP_EQ_OS,
304
_MM_FROUND_CUR_DIRECTION);
305
}
0 commit comments