aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr111907.c
blob: cadc9e45683249c418f9ccd705ce7de3162aea39 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-mavx512f -mno-evex512" } */
/* { dg-warning "'-mevex512' will be deprecated in GCC 16 due to all machines 512 bit vector size supported" "" { target *-*-* } 0 } */

_Float128
foo (_Float128 d, _Float128 e)
{
  return __builtin_copysignf128 (d, e);
}