From: Michael Zuckerman Date: Sun, 5 Jun 2016 15:57:49 +0000 (+0000) Subject: Fixing problem with rsqrt28_sd X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eca42d2ba43442c54ae83a205e87151c579ae5d1;p=clang Fixing problem with rsqrt28_sd maskz_rsqrt28_sd mapped to mask_rsqrt28_sd and not to the maskz. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271836 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Headers/avx512erintrin.h b/lib/Headers/avx512erintrin.h index b24ba7b182..8ff212c422 100644 --- a/lib/Headers/avx512erintrin.h +++ b/lib/Headers/avx512erintrin.h @@ -177,7 +177,7 @@ _mm_mask_rsqrt28_round_sd((S), (M), (A), (B), _MM_FROUND_CUR_DIRECTION) #define _mm_maskz_rsqrt28_sd(M, A, B) \ - _mm_mask_rsqrt28_round_sd((M), (A), (B), _MM_FROUND_CUR_DIRECTION) + _mm_maskz_rsqrt28_round_sd((M), (A), (B), _MM_FROUND_CUR_DIRECTION) // rcp28 #define _mm512_rcp28_round_pd(A, R) __extension__ ({ \