view gcc/testsuite/gcc.target/aarch64/sve/pr94668.c @ 152:2b5abeee2509

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

/* { dg-options "-O -msve-vector-bits=512" } */

typedef float v16sf __attribute__ ((vector_size(64)));
v16sf
foo (float a)
{
  return (v16sf) { 0, 0, 0, a, 0, 0, 0, 0, 0, a, 0, 0, 0, 0, 0, 0 };
}