fp16_generatetables
This commit is contained in:
parent
333fa4ec4e
commit
3389cb9b30
1 changed files with 1 additions and 1 deletions
2
fp16.c
2
fp16.c
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue