Changeset 5ecc946 in git


Ignore:
Timestamp:
Apr 29, 1998, 2:12:30 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
69b3dde8a62d6e8b36b82d089088cfb09f52bef2
Parents:
3854b677238b7d48571905c3b0accc83a93cfad9
Message:
1998-04-29  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	* mmutil.c (mmGetIndex): new implementation: Use generated lookup
	table (mmutil.inc) instead of "binary" search on size


git-svn-id: file:///usr/local/Singular/svn/trunk@1544 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/ChangeLog

    r3854b67 r5ecc946  
     11998-04-29  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
     2
     3        * mmutil.c (mmGetIndex): new implementation: Use generated lookup
     4        table (mmutil.inc) instead of "binary" search on size
     5
    16Tue Apr 28 19:56:46 MET DST 1998 hannes
    27  * ipassign.cc: fixed assignment of resolution to list: need ipMoveId
  • Singular/Makefile.in

    r3854b67 r5ecc946  
    207207
    208208
     209mmutil.inc: mmutil.c mmprivat.h
     210        ${CXX} ${CXXFLAGS}  ${CPPFLAGS} ${DEFS} \
     211               -DGENERATE_INDEX_TABLE -DHAVE_INDEX_TABLE mmutil.c -o mmutil
     212        ./mmutil > mmutil.inc
     213        rm -rf mmutil
     214
    209215version.h: ${SOURCES} ${HEADERS} Makefile.in mod2.h.in configure.in
    210216        echo "#define SINGULAR_VERSION_ID " `date '+%y%m%d%H'` >version.h
  • Singular/RULES

    r3854b67 r5ecc946  
    11* never use fopen, but myfopen, in order to open text files
     2
     3* call rComplete after constructing a ring
     4
     5* never allocate memory with 0 as size request
     6
  • Singular/spSpolyLoop.cc

    r3854b67 r5ecc946  
    1717#ifndef DO_DEEP_PROFILE
    1818// undefine to disable fast spoly loops
    19 #define FAST_SPOLY_LOOP
     19// #define FAST_SPOLY_LOOP
    2020#endif
    2121
Note: See TracChangeset for help on using the changeset viewer.