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
PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
avx-3.c
blob
6a180fa883e05f5d4dc7f12857420778b936fc39
1
/* { dg-do compile } */
2
/* { dg-require-effective-target dfp } */
3
/* { dg-options "-O2 -mavx -std=gnu99" } */
4
5
_Decimal128
6
foo128
(
_Decimal128 z
)
7
{
8
return
z
+
1.0
dl
;
9
}