|
|
|
@ -124,7 +124,4 @@ enum mode {
@@ -124,7 +124,4 @@ enum mode {
|
|
|
|
|
// convert a boolean (0 or 1) to a sign for multiplying (0 maps to 1, 1 maps to -1)
|
|
|
|
|
#define BOOL_TO_SIGN(bvalue) ((bvalue)?-1:1) |
|
|
|
|
|
|
|
|
|
// mark a function as not to be inlined
|
|
|
|
|
#define NOINLINE __attribute__((noinline)) |
|
|
|
|
|
|
|
|
|
#endif // _DEFINES_H
|
|
|
|
|