Changeset 649427 in git for libpolys


Ignore:
Timestamp:
Nov 2, 2022, 11:36:25 AM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
2ea97f9b11bc251f21ac6d89ae9453eb5074a95d
Parents:
eedce96bd7cce4843c40e5ad4ebd4b53d7fea7fb
Message:
fix: maximal space for exponents

(see https://github.com/oscar-system/Oscar.jl/issues/1663)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.cc

    reedce96 r649427  
    27002700unsigned long rGetExpSize(unsigned long bitmask, int & bits, int N)
    27012701{
    2702 #if SIZEOF_LONG == 8
    2703   if (N<4) N=4;
    2704 #else
    2705   if (N<2) N=2;
    2706 #endif
    27072702  bitmask =rGetExpSize(bitmask, bits);
    27082703  int vars_per_long=BIT_SIZEOF_LONG/bits;
Note: See TracChangeset for help on using the changeset viewer.