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
aarch64: remove falkor-tag-collision-avoidance pass
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
pr92449-1.c
blob
f9fcb8433dc279d314d3218eb6e670b06e26b1be
1
/* { dg-options "-Ofast -mdejagnu-cpu=power9 " } */
2
3
int
4
compare_exponents_unordered
(
double
exponent1
,
double
exponent2
)
5
{
6
return
__builtin_vec_scalar_cmp_exp_unordered
(
exponent1
,
exponent2
);
7
}