Changeset 09da99 in git for ntl/include/NTL/c_lip.h


Ignore:
Timestamp:
Nov 3, 2003, 6:33:49 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
70fea801cbe08a22d1b0e9d8d1d410144e0e91f6
Parents:
be2bb37dcbd03b120f14559d378b21b104d907c4
Message:
*hannes: NTL- 5.3.1


git-svn-id: file:///usr/local/Singular/svn/trunk@6910 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ntl/include/NTL/c_lip.h

    rbe2bb3 r09da99  
    66
    77#if (defined(NTL_AVOID_FLOAT) || defined(NTL_LONG_LONG))
    8 #error "at most one of -DNTL_SINGLE_MUL -DNTL_AVOID_FLOAT -DNTL_LONG_LONG allowed"
     8#error "at most one of NTL_SINGLE_MUL NTL_AVOID_FLOAT NTL_LONG_LONG allowed"
    99#endif
    1010
    1111#elif (defined(NTL_AVOID_FLOAT) && defined(NTL_LONG_LONG))
    12 #error "at most one of -DNTL_SINGLE_MUL -DNTL_AVOID_FLOAT -DNTL_LONG_LONG allowed"
     12#error "at most one of NTL_SINGLE_MUL NTL_AVOID_FLOAT NTL_LONG_LONG allowed"
    1313#endif
    1414
     
    1818#error "NTL_SINGLE_MUL not supported on this platform"
    1919#endif
     20
     21#if (defined(NTL_CLEAN_INT))
     22#error "NTL_SINGLE_MUL not allowed with NTL_CLEAN_INT"
     23#endif
     24
    2025
    2126#define NTL_NBITS (26)
     
    412417   (except for the exponent in exponentiation) and results are in the
    413418   range [0, n-1].   
    414 
    415    ALIAS RESTRICTION:  output parameters should not alias n
    416419
    417420***********************************************************************/
Note: See TracChangeset for help on using the changeset viewer.