Commit 4c322af6 authored by Arthur Tritthart's avatar Arthur Tritthart
Browse files

deactivated temporarily DIV32_OPT_NEWTON to run pipeline w/o this code

parent 4cfe9afd
Loading
Loading
Loading
Loading
Loading

lib_com/basop_util.c

100755 → 100644
+14 −14

File changed.File mode changed from 100755 to 100644.

Contains only whitespace changes.

+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@
#endif

#define DIV32_OPT
#define DIV32_OPT_NEWTON    /* FhG: Alternative div_w using Newton/Raphson method */
/*#define DIV32_OPT_NEWTON*/    /* FhG: Alternative div_w using Newton/Raphson method */
#define IVAS_FLOAT_FIXED
#define IVAS_FLOAT_FIXED_CONVERSIONS /* Temporary macro to keep track of intermediate flt to fixed and fixed to flt conversions */
#define MSAN_FIX