comparison gcc/testsuite/gcc.target/i386/pr89229-5c.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-options "-O2 -march=skylake-avx512 -mprefer-vector-width=512" } */
3
4 #include "pr89229-5a.c"
5
6 /* { dg-final { scan-assembler-times "vmovdqa64\[^\n\r]*xmm1\[67]\[^\n\r]*xmm1\[67]" 1 } } */
7 /* { dg-final { scan-assembler-not "%zmm\[0-9\]+" } } */