math: move x86_64 exp2l implementation to exp2l.s from expl.s
[musl] / crt / x86_64 / crti.s
1 .section .init
2 .global _init
3 _init:
4
5 .section .fini
6 .global _fini
7 _fini: