Changeset b0bcea in git


Ignore:
Timestamp:
Aug 24, 2000, 5:31:22 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
55b8ae05508efb8f8aa3f28cfd363040832ea1f1
Parents:
d04e5c6da27fdd8c08fbad5b2d62afe127e20d5c
Message:
* defaults for p_Procs


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

Legend:

Unmodified
Added
Removed
  • Singular/p_Procs.cc

    rd04e5c6 rb0bcea  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: p_Procs.cc,v 1.1 2000-08-24 14:42:43 obachman Exp $
     9 *  Version: $Id: p_Procs.cc,v 1.2 2000-08-24 15:31:22 obachman Exp $
    1010 *******************************************************************/
    1111#include "mod2.h"
     
    3939//   0 -- only FieldGeneral_LengthGeneral_OrdGeneral
    4040//   1 -- plus FieldZp_Length*_OrdGeneral procs
    41 //   2 -- plus FiedZp_Length*_Ord* procs
     41//   2 -- plus FieldZp_Length*_Ord* procs
    4242//   3 -- plus Field*_Length*_OrdGeneral procs
    4343//   4 -- all Field*_Length*_Ord* procs
    44 const int HAVE_FAST_P_PROCS = 4;
     44const int HAVE_FAST_P_PROCS = 2;
    4545
    4646// Set HAVE_FAST_FIELD to:
     
    5656//   3 -- special cases for length <= 4
    5757//   4 -- special cases for length <= 8
    58 const int HAVE_FAST_LENGTH = 4;
     58const int HAVE_FAST_LENGTH = 3;
    5959
    6060// Set HAVE_FAST_ORD to:
     
    7272//  1 -- only ZeroOrds for OrdPosNomogPosZero, OrdNomogPosZero, OrdPomogNegZero
    7373//  2 -- ZeroOrds for all
    74 const int HAVE_FAST_ZERO_ORD = 2;
     74const int HAVE_FAST_ZERO_ORD = 1;
    7575
    7676// Predicate which returns true if alloc/copy/free of numbers is
Note: See TracChangeset for help on using the changeset viewer.