[Bug target/87517] Typo in avx512fintrin.h
hjl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Oct 8 15:25:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87517
--- Comment #3 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Mon Oct 8 15:23:48 2018
New Revision: 264937
URL: https://gcc.gnu.org/viewcvs?rev=264937&root=gcc&view=rev
Log:
i386: Correct _mm512_mask3_fmaddsub_round_pd
Define _mm512_mask3_fmaddsub_round_pd with
__builtin_ia32_vfmaddsubpd512_mask, instead of
__builtin_ia32_vfmaddpd512_mask.
Backport from mainline
PR target/87517
* config/i386/avx512fintrin.h (_mm512_mask_fmaddsub_round_pd):
Defined with __builtin_ia32_vfmaddsubpd512_mask.
Modified:
branches/gcc-7-branch/gcc/ChangeLog
branches/gcc-7-branch/gcc/config/i386/avx512fintrin.h
More information about the Gcc-bugs
mailing list