libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / bfloat16-basic.c
blob09e54d4470a7c689ab271eb478a7d27843f4eb4a
1 /* Test __bf16. */
2 /* { dg-do run } */
3 /* { dg-options "" } */
4 /* { dg-add-options bfloat16 } */
5 /* { dg-require-effective-target bfloat16_runtime } */
7 #define TYPE __bf16
8 #define CST(C) CONCAT (C, bf16)
9 #define CSTU(C) CONCAT (C, BF16)
11 #include "floatn-basic.h"