chfast / intx

Extended precision integer C++ library
Apache License 2.0
129 stars 29 forks source link

Enable 32-bit Windows build in CircleCI #283

Closed axic closed 1 year ago

axic commented 1 year ago

This fixes a build failure. _umul128 is x64 only, so using _M_X64 for checking that.

axic commented 1 year ago

Will squash the 3rd and 1st commit, but left it to show the build failure.