BrianGladman / mpir

Multiple Precision Integers and Rationals
GNU General Public License v3.0
75 stars 36 forks source link

removing last piece of PROTO #28

Closed GitMensch closed 1 year ago

GitMensch commented 1 year ago

follow-up to c7567b5ad96e994acd3fd81a2d9b9eff93742c1b

GitMensch commented 1 year ago

Note concerning to the failing appveyor run: I'm re-creating the work I've did on "upstream" (was considered fine by @wbhart but never merged) for the CI work, re-integrating mingw64 (we may later add clang64, too), including artifact binaries, ... currently and guess I'll send in a PR to upgrade to current upstream + those changes in the next hours.

BrianGladman commented 1 year ago

Note concerning to the failing appveyor run: I'm re-creating the work I've did on "upstream" (was considered fine by @wbhart but never merged) for the CI work, re-integrating mingw64 (we may later add clang64, too), including artifact binaries, ... currently and guess I'll send in a PR to upgrade to current upstream + those changes in the next hours.

If I remember correctly the mingw64 build depends on the Linux/GCC build system which is not being maintained in this repository. Also, I am not sure how useful it would be since the Windows assembler code used by the Linux/GCC build system has not been updated for many years now and has not kept pace with that used by the MSVC build (which Jens Neumann and I have continued to develop).