Skip to content

Commit a0013ce

Browse files
committed
TurboPFor: Bit bituil
1 parent 315eb79 commit a0013ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/include_/bitutil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void bitzdec(unsigned char *in, unsigned n, unsigned esize);
144144
#define INT2FLOAT(ival, scalse, bias) ((ival - bias) / scale)
145145

146146
//------- Lossy floating point transform: pad the trailing mantissa bits with zeros according to the error e (ex. e=0.00001)
147-
#ifdef USE_FLOAT16
147+
#ifndef _NFLOAT16
148148
_Float16 _fprazor16(_Float16 d, float e, int lg2e);
149149
void fprazor16(_Float16 *in, unsigned n, _Float16 *out, float e);
150150
#endif

0 commit comments

Comments
 (0)