diff options
Diffstat (limited to 'src/math/log2f_data.c')
-rw-r--r-- | src/math/log2f_data.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/log2f_data.c b/src/math/log2f_data.c index 24e450f1..3b3795fc 100644 --- a/src/math/log2f_data.c +++ b/src/math/log2f_data.c @@ -31,3 +31,11 @@ const struct log2f_data __log2f_data = { 0x1.715475f35c8b8p0, } }; + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |