Changeset b39d4d in git for Singular/modulop.h
- Timestamp:
- Dec 18, 2000, 4:44:42 PM (23 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- e3dc1cc75eb8813142d38ad4d5b8638f5748228a
- Parents:
- 6a9b5a892f6ba5ac58be777a540985149140afae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/modulop.h
r6a9b5a rb39d4d 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: modulop.h,v 1.1 3 2000-12-15 18:49:34 SingularExp $ */6 /* $Id: modulop.h,v 1.14 2000-12-18 15:44:41 obachman Exp $ */ 7 7 /* 8 8 * ABSTRACT: numbers modulo p (<=32003) … … 11 11 12 12 // define if a*b is with mod instead of tables 13 #if defined(i386) 14 // seems to be better on i386 processors 13 15 #define HAVE_MULT_MOD 16 #endif 14 17 15 18 extern int npPrimeM;
Note: See TracChangeset
for help on using the changeset viewer.