Changeset 00c93d in git for libpolys/coeffs/modulop.h
- Timestamp:
- Oct 30, 2021, 8:07:55 PM (17 months ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- a2835d70c68d9c9f8bac72d69fb92640affe3b5a
- Parents:
- f081b9851973b1c87b7c889b28011c740d737780
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/modulop.h
rf081b9 r00c93d 8 8 */ 9 9 #include "misc/auxiliary.h" 10 #include "factory/factory.h" 11 12 #ifdef HAVE_NTL 13 #include <NTL/config.h> 14 #ifdef NTL_AVOID_BRANCHING 15 #undef HAVE_GENERIC_ADD 16 #endif 17 #endif 10 18 11 19 … … 14 22 // define if 1/b is from tables 15 23 //#define HAVE_INVTABLE 16 // define if an if should be used 24 // define if an if should be used(NTL does not define NTL_AVOID_BRANCHING) 17 25 //#define HAVE_GENERIC_ADD 18 26
Note: See TracChangeset
for help on using the changeset viewer.