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
[testsuite] require sqrt_insn effective target where needed
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
p9-vec-length.h
blob
83418b0b6418a5f3f3a269c11f7356c489fd0b7a
1
#include <stdint.h>
2
3
#define TEST_ALL(T) \
4
T (int8_t) \
5
T (uint8_t) \
6
T (int16_t) \
7
T (uint16_t) \
8
T (int32_t) \
9
T (uint32_t) \
10
T (int64_t) \
11
T (uint64_t) \
12
T (float) \
13
T (double)
14