repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
bfloat16-basic.c
blob
20ce60eb7afe97e053bdd89c7aef8c4461997462
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 } */
6
7
#define TYPE __bf16
8
#define CST(C) CONCAT (C, bf16)
9
#define CSTU(C) CONCAT (C, BF16)
10
11
#include
"floatn-basic.h"