1 /* PR lto/94271 */
2 /* { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } } */
3 /* { dg-lto-do link } */
4 /* { dg-require-ifunc "" } */
5
6 int a;
7
8 static int __attribute__ ((target_clones ("default", "avx512f"))) fast_clamp ()
9 {}
10
11 void
12 c ()
13 {
14 a = fast_clamp ();
15 }