Changeset 1983c3 in git
- Timestamp:
- May 9, 2011, 3:01:50 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- a1176850d8bc3768dff97fab8beb14e098171bf7
- Parents:
- abb478768b4e6470e8184a28c8fd2546f40af8de
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-09 15:01:50+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:39+01:00
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gmp.h
rabb4787 r1983c3 7 7 extern "C" { 8 8 #include <gmp.h> 9 } ;9 } 10 10 #define __cplusplus __cplusplus_backup 11 11 -
libpolys/coeffs/Makefile.am
rabb4787 r1983c3 55 55 56 56 test_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} -fimplicit-templates 57 test_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} 57 test_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} -fimplicit-templates 58 58 # -fdiagnostics-show-option 59 59 -
libpolys/coeffs/modulop.cc
rabb4787 r1983c3 22 22 23 23 // int npGen=0; 24 25 26 #ifdef HAVE_DIV_MOD27 unsigned short *npInvTable=NULL;28 #endif29 30 #if !defined(HAVE_DIV_MOD) || !defined(HAVE_MULT_MOD)31 unsigned short *npExpTable=NULL;32 unsigned short *npLogTable=NULL;33 #endif34 24 35 25
Note: See TracChangeset
for help on using the changeset viewer.