]> granicus.if.org Git - clang/commitdiff
Update to commit r282488, fix the buildboot failure.
authorAyman Musa <ayman.musa@intel.com>
Tue, 27 Sep 2016 15:37:31 +0000 (15:37 +0000)
committerAyman Musa <ayman.musa@intel.com>
Tue, 27 Sep 2016 15:37:31 +0000 (15:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282492 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/avx512fintrin.h

index 59d413751f972c53e7a2c087a23b3d838df826fa..4e8c955e4dfa38878c60bf957346d82d6220de85 100644 (file)
@@ -9381,13 +9381,13 @@ _mm512_maskz_cvtps_pd (__mmask8 __U, __m256 __A)
 }
 
 static __inline__ __m512 __DEFAULT_FN_ATTRS
-_mm512_cvtpslo_pd (__m512d __A)
+_mm512_cvtpslo_pd (__m512 __A)
 {
   return (__m512) _mm512_cvtps_pd(_mm512_castps512_ps256(__A));
 }
 
 static __inline__ __m512 __DEFAULT_FN_ATTRS
-_mm512_mask_cvtpslo_pd (__m512d __W, __mmask8 __U, __m512d __A)
+_mm512_mask_cvtpslo_pd (__m512d __W, __mmask8 __U, __m512 __A)
 {
   return (__m512) _mm512_mask_cvtps_pd(__W, __U, _mm512_castps512_ps256(__A));
 }