Changeset 88eb98 in git


Ignore:
Timestamp:
Apr 1, 2008, 5:56:44 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bcfdafa7e446687dbf7583be1d7a09ab1a9152d9
Parents:
d618f0f7000ab4fbe4bbe3c73a46d6e459a7ab08
Message:
*hannes: more p_Procs ...


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

Legend:

Unmodified
Added
Removed
  • kernel/p_Procs_Static.h

    rd618f0 r88eb98  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 12/00
    9  *  Version: $Id: p_Procs_Static.h,v 1.1.1.1 2003-10-06 12:16:00 Singular Exp $
     9 *  Version: $Id: p_Procs_Static.h,v 1.2 2008-04-01 15:56:44 Singular Exp $
    1010 *******************************************************************/
    1111
     
    2020//   4 -- plus FieldGeneral_Length*_OrdGeneral procs
    2121//   5 -- all Field*_Length*_Ord* procs
    22 #define HAVE_FAST_P_PROCS 3
     22#define HAVE_FAST_P_PROCS 5
    2323
    2424// Set HAVE_FAST_FIELD to:
     
    3535//   3 -- special cases for length <= 4
    3636//   4 -- special cases for length <= 8
    37 #define HAVE_FAST_LENGTH 3
     37#define HAVE_FAST_LENGTH 4
    3838
    3939// Set HAVE_FAST_ORD to:
     
    4949//  1 -- only ZeroOrds for OrdPosNomogPosZero, OrdNomogPosZero, OrdPomogNegZero
    5050//  2 -- ZeroOrds for all
    51 #define HAVE_FAST_ZERO_ORD 1
     51#define HAVE_FAST_ZERO_ORD 2
    5252
    5353// on top of all this, see the StaticKernelFilter in p_Procs_Impl.h
Note: See TracChangeset for help on using the changeset viewer.