Changeset 3feb05 in git for libpolys/coeffs/longrat.cc


Ignore:
Timestamp:
Oct 9, 2012, 2:27:34 PM (12 years ago)
Author:
Adrian <adi_popescum@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8e460179ebfc036b4498559193f4488284d0f01e
Parents:
05fd55e34baa83465ce4306966c9011d1a156232
git-author:
Adrian <adi_popescum@yahoo.de>2012-10-09 14:27:34+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-10-22 11:18:06+02:00
Message:
64 bits for Spielwiese 3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat.cc

    r05fd55 r3feb05  
    1717
    1818// 64 bit version:
    19 #if 0
     19#if SIZE_OF_LONG == 8
    2020#define MAX_NUM_SIZE 60
    21 #define POW_2_28 0x10000000000000L
     21#define POW_2_28 (1L<<60)
    2222#define LONG long
    2323#else
Note: See TracChangeset for help on using the changeset viewer.