Skip to content

Commit faf54d9

Browse files
committed
Remove incorrectly marked constexpr header
1 parent 788fb4d commit faf54d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Headers/avx512vlintrin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ _mm256_maskz_fnmsub_ps(__mmask8 __U, __m256 __A, __m256 __B, __m256 __C) {
11021102
(__v8sf)_mm256_setzero_ps());
11031103
}
11041104

1105-
static __inline__ __m128d __DEFAULT_FN_ATTRS128_CONSTEXPR
1105+
static __inline__ __m128d __DEFAULT_FN_ATTRS128
11061106
_mm_mask_fmaddsub_pd(__m128d __A, __mmask8 __U, __m128d __B, __m128d __C) {
11071107
return (__m128d) __builtin_ia32_selectpd_128((__mmask8) __U,
11081108
__builtin_ia32_vfmaddsubpd ((__v2df) __A,

0 commit comments

Comments
 (0)