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 070790e commit 295bc7fCopy full SHA for 295bc7f
clang/lib/Headers/avx512cdintrin.h
@@ -116,7 +116,7 @@ _mm512_broadcastmb_epi64(__mmask8 __A) {
116
117
static __inline__ __m512i __DEFAULT_FN_ATTRS_CONSTEXPR
118
_mm512_broadcastmw_epi32(__mmask16 __A) {
119
- return (__m512i) _mm512_set1_epi32((int) __A);
+ return (__m512i)_mm512_set1_epi32((int)__A);
120
}
121
122
#undef __DEFAULT_FN_ATTRS
0 commit comments