Changeset 1bc7201 in git for libpolys/misc/options.c


Ignore:
Timestamp:
Oct 19, 2012, 6:38:35 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c879eea1669e963fb4c7287a3963abb287d00a49
Parents:
b37b3984a12e1552c7bafc9fd5a7849240ea79806bbe944402dfca102dcc3e036c4f2f119be41e44
Message:
Merge pull request #192 from mmklee/algExtGCD_sw

Alg ext gcd sw
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/options.c

    r6bbe94 r1bc7201  
    22// since initialized variables will be "D" (uninit. go to "C") segments
    33#include <misc/options.h>
    4 unsigned test = 0;
    5 unsigned verbose = Sy_bit(V_QUIET)
     4unsigned si_opt_1 = 0;
     5unsigned si_opt_2 = Sy_bit(V_QUIET)
    66                   //| Sy_bit(V_QRING) // not default, as speed drops by 10 %
    77                   | Sy_bit(V_REDEFINE)
Note: See TracChangeset for help on using the changeset viewer.