blob: db9bc9df6db5f22dc9e1922d19c8aef4eb7533f6 [file] [log] [blame]
int aa;
static inline int __attribute__ ((target_clones ("default", "avx512f")))
fast_clamp ()
{}
void
b ()
{
aa = fast_clamp ();
}
int
main ()
{
return 0;
}