提交历史

作者 SHA1 备注 提交日期
  Michael Gran 9a29293a88 More long integer fixes for x86_64-w64-mingw32 2 年之前
  Jan (janneke) Nieuwenhuizen 76950b4281 Support for x86_64-w64-mingw32. 4 年之前
  Michael Gran 1ddc4eb964 Fixes arg type for scm_integer_from_mpz 2 年之前
  Andy Wingo 62fc44e6ee Slight bignum-fixnum multiplication optimization 3 年之前
  Andy Wingo 222b320868 Remove dead code in scm_integer_inexact_sqrt_z 3 年之前
  Andy Wingo 9e5aa173c7 Optimize logand against a positive inum 3 年之前
  Andy Wingo 6fe43301aa Optimize integer-expt for fixnums 3 年之前
  Andy Wingo 2cf80ca238 Optimize scm_integer_mul_ii 3 年之前
  Andy Wingo 210ab8ff76 Optimize bignum subtraction 3 年之前
  Andy Wingo cc52f01aba Optimize bignum add to avoid temporary allocations 3 年之前
  Andy Wingo 95350aae8c Avoid bignum clone in scm_integer_sub_zz 3 年之前
  Andy Wingo cae8b30163 Start to optimize scm_integer_sub_iz 3 年之前
  Andy Wingo 2723513712 Less pessimal scm_integer_sub_zi 3 年之前
  Andy Wingo ad6811a12b Optimize scm_integer_mul_zz. 3 年之前
  Andy Wingo d89f75c535 Optimize scm_integer_mul_zi 3 年之前
  Andy Wingo 5481222670 Re-rewrite integer-expt in C 3 年之前
  Andy Wingo eac47c3e45 Fix bug when making mpz from 0 3 年之前
  Andy Wingo 443d239828 take_mpz optimization 3 年之前
  Andy Wingo 399d0c8745 Start porting srfi-60 off the bad bignum interfaces 3 年之前
  Andy Wingo a4524da8c1 Simplify scm_exact_integer_quotient 3 年之前
  Andy Wingo 0754dbf3e8 divide2double refactor 3 年之前
  Andy Wingo f167627bb0 Expose frexp from integers lib 3 年之前
  Andy Wingo 124d889227 Refactor scm_sqrt in terms of integers.[ch] 3 年之前
  Andy Wingo 63a18a6c1a Reimplement exact-integer-sqrt with integers.[ch] 3 年之前
  Andy Wingo 9a91c20a55 scm_to_mpz uses integer lib 3 年之前
  Andy Wingo 717e787da6 Reimplement scm_{to,from}_{int32,uint32} 3 年之前
  Andy Wingo 27910181c5 Reimplement scm_from_int8 etc 3 年之前
  Andy Wingo f4db3ca3f9 Reimplement scm_is_{un,}signed_integer for bignums 3 年之前
  Andy Wingo 7c53325c31 Fix scm_integer_to_double_z to always round; clean ups 3 年之前
  Andy Wingo 8b2d58b993 Clean up scm_divide 3 年之前