Changeset b0bcea in git for Singular/p_Procs.cc
- Timestamp:
- Aug 24, 2000, 5:31:22 PM (23 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 55b8ae05508efb8f8aa3f28cfd363040832ea1f1
- Parents:
- d04e5c6da27fdd8c08fbad5b2d62afe127e20d5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/p_Procs.cc
rd04e5c6 rb0bcea 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 8/00 9 * Version: $Id: p_Procs.cc,v 1. 1 2000-08-24 14:42:43obachman Exp $9 * Version: $Id: p_Procs.cc,v 1.2 2000-08-24 15:31:22 obachman Exp $ 10 10 *******************************************************************/ 11 11 #include "mod2.h" … … 39 39 // 0 -- only FieldGeneral_LengthGeneral_OrdGeneral 40 40 // 1 -- plus FieldZp_Length*_OrdGeneral procs 41 // 2 -- plus Fie dZp_Length*_Ord* procs41 // 2 -- plus FieldZp_Length*_Ord* procs 42 42 // 3 -- plus Field*_Length*_OrdGeneral procs 43 43 // 4 -- all Field*_Length*_Ord* procs 44 const int HAVE_FAST_P_PROCS = 4;44 const int HAVE_FAST_P_PROCS = 2; 45 45 46 46 // Set HAVE_FAST_FIELD to: … … 56 56 // 3 -- special cases for length <= 4 57 57 // 4 -- special cases for length <= 8 58 const int HAVE_FAST_LENGTH = 4;58 const int HAVE_FAST_LENGTH = 3; 59 59 60 60 // Set HAVE_FAST_ORD to: … … 72 72 // 1 -- only ZeroOrds for OrdPosNomogPosZero, OrdNomogPosZero, OrdPomogNegZero 73 73 // 2 -- ZeroOrds for all 74 const int HAVE_FAST_ZERO_ORD = 2;74 const int HAVE_FAST_ZERO_ORD = 1; 75 75 76 76 // Predicate which returns true if alloc/copy/free of numbers is
Note: See TracChangeset
for help on using the changeset viewer.