fix FLT_ROUNDS to reflect the current rounding mode
[musl] / arch / sh / crt_arch.h
1 __asm__("\
2 .global _start \n\
3 _start: \n\
4         mov r15, r4 \n\
5         mov #-16, r0 \n\
6         and r0, r15 \n\
7         bsr __cstart \n\
8         nop \n\
9 ");
10
11 /* used by gcc for switching the FPU between single and double precision */
12 const unsigned long __fpscr_values[2] = { 0, 0x80000 };