handle large hfas correctly on arm64
[qbe.git] / test / isel5.ssa
blob9c546d7184d83e9a0e14f1597857d8e93ce4adab
1 # make sure the local symbols used for
2 # fp constants do not get a _ prefix
3 # on apple arm hardware
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
12 data $fmt = { b "%.06f\n", b 0 }
14 # >>> output
15 # 1.200000
16 # <<<