repo.or.cz
/
qbe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
handle large hfas correctly on arm64
[qbe.git]
/
test
/
isel5.ssa
blob
9c546d7184d83e9a0e14f1597857d8e93ce4adab
1
# make sure the local symbols used for
2
# fp constants do not get a _ prefix
3
# on apple arm hardware
4
5
export function w $main() {
6
@start
7
%r =d copy d_1.2
8
%x =w call $printf(l $fmt, ..., d %r)
9
ret 0
10
}
11
12
data $fmt = { b "%.06f\n", b 0 }
13
14
# >>> output
15
# 1.200000
16
# <<<