On Wed, Jul 31, 2019 at 7:51 AM Tejas Joshi <tejasjoshi9...@gmail.com> wrote: > > Hi. > > > > * gcc.target/i386/avx-vround-roundeven-1.c: New test. > > > * gcc.target/i386/avx-vround-roundeven-2.c: New test. > > > > roundss and roundsd are sse4_1 instructions, also please change tests > > to use -O2: > > I have made the following changes you suggested and changed the file names to: > > * gcc.target/i386/sse4_1-round-roundeven-1.c: New test. > * gcc.target/i386/sse4_1-round-roundeven-2.c: New test.
+++ b/gcc/testsuite/gcc.target/i386/sse4_1-round-roundeven-1.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-mavx" } */ +/* { dg-options "-msse4.1" } */ -O2 -msse4.1 OK with the above change. Thanks, Uros.