TurboPFor: Bit bituil

This commit is contained in:
x
2023-06-07 12:43:14 +02:00
parent 315eb7914e
commit a0013ce198

View File

@ -144,7 +144,7 @@ void bitzdec(unsigned char *in, unsigned n, unsigned esize);
#define INT2FLOAT(ival, scalse, bias) ((ival - bias) / scale)
//------- Lossy floating point transform: pad the trailing mantissa bits with zeros according to the error e (ex. e=0.00001)
#ifdef USE_FLOAT16
#ifndef _NFLOAT16
_Float16 _fprazor16(_Float16 d, float e, int lg2e);
void fprazor16(_Float16 *in, unsigned n, _Float16 *out, float e);
#endif