e341802802
Since clang-cl uses __udivti3 for __uint128_t division, linking div.obj fails. Let me make div.c use BN_CAN_DIVIDE_ULLONG to decide using __uint128_t division instead of BN_ULLONG. Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=787617 Change-Id: I3ebe245f6b8917d59409591992efbabddea08187 Reviewed-on: https://boringssl-review.googlesource.com/c/32404 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> |
||
---|---|---|
.. | ||
asm | ||
add.c | ||
bn_test_to_fuzzer.go | ||
bn_test.cc | ||
bn_tests.txt | ||
bn.c | ||
bytes.c | ||
check_bn_tests.go | ||
cmp.c | ||
ctx.c | ||
div_extra.c | ||
div.c | ||
exponentiation.c | ||
gcd_extra.c | ||
gcd.c | ||
generic.c | ||
internal.h | ||
jacobi.c | ||
montgomery_inv.c | ||
montgomery.c | ||
mul.c | ||
prime.c | ||
random.c | ||
rsaz_exp.c | ||
rsaz_exp.h | ||
shift.c | ||
sqrt.c |