diff --git a/fp16.c b/fp16.c index 7ed8f6d..0e4c651 100644 --- a/fp16.c +++ b/fp16.c @@ -552,7 +552,7 @@ __m128i approx_float_to_half_SSE2(__m128 f) static uint basetable[512]; static unsigned char shifttable[512]; -void f16_generatetables() +void fp16_generatetables() { unsigned int i; int e;