]> git.ipfire.org Git - thirdparty/gcc.git/commit
target: Fix asm codegen for vfpclasss* and vcvtph2* instructions
authorAntoni Boucher <bouanto@zoho.com>
Mon, 23 Sep 2024 22:58:47 +0000 (18:58 -0400)
committerAntoni Boucher <bouanto@zoho.com>
Mon, 4 Nov 2024 15:10:33 +0000 (10:10 -0500)
commit9141bfdd483e2838f5dce767f1c1657710ef2daf
tree9d69e78be5fb88cd9bb11bae959ccae37e65a947
parent766075c47db5cc9d04463bfb2219b593bb4263ee
target: Fix asm codegen for vfpclasss* and vcvtph2* instructions

This only happens when using -masm=intel.

gcc/ChangeLog:
PR target/116725
* config/i386/sse.md: Fix asm generation.

gcc/testsuite/ChangeLog:
PR target/116725
* gcc.target/i386/pr116725.c: Add test using those AVX builtins.
gcc/config/i386/sse.md
gcc/testsuite/gcc.target/i386/pr116725.c [new file with mode: 0644]