Changeset 3f6a92 in git


Ignore:
Timestamp:
Apr 4, 2018, 11:57:50 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
d795761c5157c077e2f8451be201ede9fd36fb3f
Parents:
6f9aca35d42bbaa145b5237d828d089e8babcdaa
Message:
chg: Singular -v tells about GENERIC_ADD,MULT_MOD (Z/p-arithm)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r6f9aca r3f6a92  
    880880              StringAppendS("KDEBUG,");
    881881#endif
     882              StringAppendS("\n\t");
    882883#ifdef __OPTIMIZE__
    883884              StringAppendS("CC:OPTIMIZE,");
     
    889890              StringAppendS("CC:NO_INLINE,");
    890891#endif
     892#ifdef HAVE_GENERIC_ADD
     893              StringAppendS("GenericAdd,");
     894#else
     895              StringAppendS("AvoidBranching,");
     896#endif
     897#ifdef HAVE_MULT_MOD
     898              StringAppendS("GenericMult,");
     899#else
     900              StringAppendS("TableMult,");
     901#endif
     902              StringAppendS("\n\t");
    891903#ifdef HAVE_EIGENVAL
    892904              StringAppendS("eigenvalues,");
Note: See TracChangeset for help on using the changeset viewer.