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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
bfloat16-basic.c
blob
09e54d4470a7c689ab271eb478a7d27843f4eb4a
1
/* Test __bf16. */
2
/* { dg-do run } */
3
/* { dg-options "" } */
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"