blob: a38fa68bdc9e4a3e534e8634df22ecdf7d67ff68 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mavx512bf16 -mavx512vl -O2 -ffast-math" } */
/* { dg-final { scan-assembler-times "pslld" 1 } } */
/* { dg-final { scan-assembler-times "vcvtneps2bf16" 1 } } */
float
extendsfbf (__bf16 a)
{
return a;
}
__bf16
truncsfbf (float a)
{
return a;
}