math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / crt / powerpc / crti.s
1 .section .init
2 .align 2
3 .global _init
4 _init:
5         stwu 1,-32(1)
6         mflr 0
7         stw 0,36(1)
8
9 .section .fini
10 .align 2
11 .global _fini
12 _fini:
13         stwu 1,-32(1)
14         mflr 0
15         stw 0,36(1)