Commit 38525c07 authored by Fabian Bauer's avatar Fabian Bauer Committed by Manuel Jander
Browse files

deactivate 1/x macro, activate all others

parent aae527e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@

#define FIX_1326_SPEEDUP_15 // replace Ladd(Mpy) -> Madd        //  .1 WMOPS                      --> USE
#define FIX_1326_SPEEDUP_16 // tiny speedup like 04             //  .2 WMOPS                      --> USE
#define FIX_1326_SPEEDUP_17 // use 1/x                          // 1.25WMOPS                      --> USE
//#define FIX_1326_SPEEDUP_17 // use 1/x                          // 1.25WMOPS                      --> USE
#define FIX_1326_SPEEDUP_18 // structural speedup               // 1   WMOPS                      --> USE

Word16 slot_fx[4] = { 32767, 16384, 10922, 8192 };
+1 −1

File changed.

Contains only whitespace changes.