Changeset b39d4d in git for Singular/modulop.h


Ignore:
Timestamp:
Dec 18, 2000, 4:44:42 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e3dc1cc75eb8813142d38ad4d5b8638f5748228a
Parents:
6a9b5a892f6ba5ac58be777a540985149140afae
Message:
Dec alpha port


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

Legend:

Unmodified
Added
Removed
  • Singular/modulop.h

    r6a9b5a rb39d4d  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: modulop.h,v 1.13 2000-12-15 18:49:34 Singular Exp $ */
     6/* $Id: modulop.h,v 1.14 2000-12-18 15:44:41 obachman Exp $ */
    77/*
    88* ABSTRACT: numbers modulo p (<=32003)
     
    1111
    1212// define if a*b is with mod instead of tables
     13#if defined(i386)
     14// seems to be better on i386 processors
    1315#define HAVE_MULT_MOD
     16#endif
    1417
    1518extern int npPrimeM;
Note: See TracChangeset for help on using the changeset viewer.