view gcc/testsuite/gcc.target/i386/avx512f-pr94343.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
line wrap: on
line source

/* PR target/94343 */
/* { dg-do compile } */
/* { dg-options "-O2 -mavx512f -mno-avx512vl" } */
/* { dg-final { scan-assembler-not "vpternlogd\[^\n\r]*xmm\[0-9]*" } } */

typedef int __v4si __attribute__((vector_size (16)));

__v4si
foo (__v4si a)
{
  return ~a;
}