fp16_generatetables

This commit is contained in:
ha7ilm 2016-04-03 12:22:50 +02:00
parent 333fa4ec4e
commit 3389cb9b30

2
fp16.c
View file

@ -552,7 +552,7 @@ __m128i approx_float_to_half_SSE2(__m128 f)
static uint basetable[512]; static uint basetable[512];
static unsigned char shifttable[512]; static unsigned char shifttable[512];
void f16_generatetables() void fp16_generatetables()
{ {
unsigned int i; unsigned int i;
int e; int e;