aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.cc
diff options
context:
space:
mode:
authorRoger Sayle <roger@nextmovesoftware.com>2022-06-08 10:06:23 +0100
committerRoger Sayle <roger@nextmovesoftware.com>2022-06-08 10:06:23 +0100
commitd8c258094195896a32bd7dc0601bc767c9258a71 (patch)
tree2663f55c23241210dcc4fa7d8d9518c25531119f /gcc/expr.cc
parent5e5deac508e3025e2d2c36212aa52d52001b893d (diff)
downloadgcc-d8c258094195896a32bd7dc0601bc767c9258a71.zip
gcc-d8c258094195896a32bd7dc0601bc767c9258a71.tar.gz
gcc-d8c258094195896a32bd7dc0601bc767c9258a71.tar.bz2
[Committed] Add -mno-avx2 to recent gcc.target/i386/xop-vpcmov3.c
Adding -march=cascadelake to the command line options of the recently added xop-vpcmov3.c test case causes problems as GCC then prefers to use AVX512's vpternlogd instruction, instead of the XOP vpcmov that the test is checking for. This is easily solved by adding an explicit -mno-avx512vl to the command line options. Committed to mainline as obvious (in hindsight). 2022-06-08 Roger Sayle <roger@nextmovesoftware.com> gcc/testsuite/ChangeLog * gcc.target/i386/xop-pcmov3.c: Add -mno-avx512vl to dg-options.
Diffstat (limited to 'gcc/expr.cc')
0 files changed, 0 insertions, 0 deletions