diff options
Diffstat (limited to 'src/math/__math_oflowf.c')
-rw-r--r-- | src/math/__math_oflowf.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/__math_oflowf.c b/src/math/__math_oflowf.c index fa7d0620..294a4cb4 100644 --- a/src/math/__math_oflowf.c +++ b/src/math/__math_oflowf.c @@ -4,3 +4,11 @@ float __math_oflowf(uint32_t sign) { return __math_xflowf(sign, 0x1p97f); } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |