blob: ec31cff9232d0654732a2bdf0764e21712810076 [file] [log] [blame]
/* { dg-do compile { target { powerpc*-*-* } } } */
/* { dg-require-effective-target powerpc_p9vector_ok } */
/* { dg-options "-mdejagnu-cpu=power9" } */
#include <altivec.h>
#include <stdbool.h>
bool
test_data_class (float *p)
{
float source = *p;
return scalar_test_data_class (source, 3);
}
/* { dg-final { scan-assembler "xststdcsp" } } */