rename superh port to "sh" for consistency
[musl] / arch / sh / src / __fpsrc_values.c
1 /* used by gcc for switching the FPU between single and double precision */
2 const unsigned long __fpscr_values[2] = { 0, 0x80000 };