Changeset 00c93d in git for libpolys/coeffs/modulop.h


Ignore:
Timestamp:
Oct 30, 2021, 8:07:55 PM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
a2835d70c68d9c9f8bac72d69fb92640affe3b5a
Parents:
f081b9851973b1c87b7c889b28011c740d737780
Message:
adapt (better) to diffent cpu types
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/modulop.h

    rf081b9 r00c93d  
    88*/
    99#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
    1018
    1119
     
    1422// define if 1/b is from  tables
    1523//#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)
    1725//#define HAVE_GENERIC_ADD
    1826
Note: See TracChangeset for help on using the changeset viewer.