From: Olga Makhotina Date: Mon, 12 Feb 2018 05:45:38 +0000 (+0000) Subject: Add missing ChangeLog entry for previous patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba43b9fadd8b064023ab172db5a6e73027c8be44;p=gcc.git Add missing ChangeLog entry for previous patch. From-SVN: r257577 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e9d794ec9aa..ac1803e9e4b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,29 @@ +2018-02-12 Olga Makhotina + + * config/i386/avx512fintrin.h (_mm_mask_sqrt_round_sd) + (_mm_maskz_sqrt_round_sd, _mm_mask_sqrt_round_ss) + (_mm_maskz_sqrt_round_ss): New intrinsics. + (__builtin_ia32_sqrtsd_round, __builtin_ia32_sqrtss_round): Remove. + (__builtin_ia32_sqrtsd_mask_round) + (__builtin_ia32_sqrtss_mask_round): New builtins. + * config/i386/i386-builtin.def (__builtin_ia32_sqrtsd_round) + (__builtin_ia32_sqrtss_round): Remove. + (__builtin_ia32_sqrtsd_mask_round) + (__builtin_ia32_sqrtss_mask_round): New builtins. + * config/i386/sse.md (vmsqrt2): Renamed to ... + (vmsqrt2): ... this. + ((match_operand:VF_128 1 "vector_operand" + "xBm,")): Changed to ... + ((match_operand:VF_128 1 "vector_operand" + "xBm,")): ... this. + (vsqrt\t{%1, %2, %0| + %0, %2, %1}): Changed to ... + (vsqrt\t{%1, %2, + %0|%0, %2, + %1}): ... this. + ((set_attr "prefix" "")): Changed to ... + ((set_attr "prefix" "")): ... this. + 2018-02-11 Steven Munroe PR target/84266