arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / bfloat16-basic.c
blob20ce60eb7afe97e053bdd89c7aef8c4461997462
1 /* Test __bf16. */
2 /* { dg-do run } */
3 /* { dg-options "-Wno-old-style-definition" } */
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"