Changeset 61a2d93 in git
- Timestamp:
- Oct 27, 2005, 7:14:45 PM (18 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 9ab2699e6a34d513dbf84378af2cc982f2388f6c
- Parents:
- 8be787805d67e14362f85c9c5a4745f483a99fd9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/structs.h
r8be7878 r61a2d93 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: structs.h,v 1.1 0 2005-09-13 19:15:23 brickenExp $ */6 /* $Id: structs.h,v 1.11 2005-10-27 17:14:45 hannes Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 25 25 26 26 27 #if defined(i386) || defined(x86_64_Linux) 28 // seems to be better on i386 and x86_64 processors 27 29 // define if a*b is with mod instead of tables 28 #if defined(i386)29 // seems to be better on i386 processors30 30 #define HAVE_MULT_MOD 31 #ifdef HAVE_MULT_MOD 32 /* #define HAVE_DIV_MOD*/ 33 #endif 31 // #define HAVE_GENERIC_ADD 32 // #ifdef HAVE_MULT_MOD 33 // #define HAVE_DIV_MOD 34 // #endif 34 35 #endif 35 36
Note: See TracChangeset
for help on using the changeset viewer.