Changeset 12f992 in git for factory/cf_defs.h
- Timestamp:
- Mar 10, 2014, 2:58:13 PM (10 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- b8f562019d20b1ae9a24693975ad6c264a8fa5e9
- Parents:
- c78743104173a106f27611fdf3b220e3b470d84e
- git-author:
- Martin Lee <martinlee84@web.de>2014-03-10 14:58:13+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-03-11 11:06:27+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_defs.h
rc78743 r12f992 27 27 const int SW_RATIONAL = 0; 28 28 const int SW_SYMMETRIC_FF = 1; 29 const int SW_BERLEKAMP = 2; 30 const int SW_FAC_QUADRATICLIFT = 3; 31 const int SW_USE_EZGCD = 4; 32 const int SW_USE_EZGCD_P = 5; 33 const int SW_USE_NTL_GCD_0=6; 34 const int SW_USE_NTL_GCD_P=7; 35 const int SW_USE_NTL_SORT=8; 36 const int SW_USE_CHINREM_GCD=9; 37 const int SW_USE_QGCD=10; 38 const int SW_USE_FF_MOD_GCD=11; 29 const int SW_USE_EZGCD = 2; 30 const int SW_USE_EZGCD_P = 3; 31 const int SW_USE_NTL_SORT=4; 32 const int SW_USE_CHINREM_GCD=5; 33 const int SW_USE_QGCD=6; 34 const int SW_USE_FF_MOD_GCD=7; 39 35 //}}} 40 36
Note: See TracChangeset
for help on using the changeset viewer.