https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98309
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Uros Bizjak <u...@gcc.gnu.org>: https://gcc.gnu.org/g:8c8df06e46493f6cb55333db72fa1802279b48b4 commit r12-2888-g8c8df06e46493f6cb55333db72fa1802279b48b4 Author: Uros Bizjak <ubiz...@gmail.com> Date: Thu Aug 12 21:18:46 2021 +0200 [i386] Introduce scalar version of avx512f_vmscalef. 2021-08-12 Uroš Bizjak <ubiz...@gmail.com> gcc/ PR target/98309 * config/i386/i386.md (avx512f_scalef<mode>2): New insn pattern. (ldexp<mode>3): Use avx512f_scalef<mode>2. (UNSPEC_SCALEF): Move from ... * config/i386/sse.md (UNSPEC_SCALEF): ... here.