Changeset 3f6a92 in git for Singular/misc_ip.cc


Ignore:
Timestamp:
Apr 4, 2018, 11:57:50 AM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
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.