On 12/06/2023 17:58, Isuru Fernando wrote:
> Hi Brian,
>
> We already have MSVC CI on github actions with CMake. It uses pre-built
> MPIR and MPFR DLLs from your Visual studio solutions and builds flint2.
> The tests pass there.
>
> However we don't have /arch:AVX2 in the build flags, so the inline assembly
> is not compiled yet with MSVC.
Thanks, isuru, my FLINT build is quite difficult to maintain so it would
certainly be great to be able rely on the CMake build.
If I am right it should be possible to adjust the CMAKE build to use the
MSVC clang compiler which can in principle compile the inline assembler
code. Sadly I know very little about CMake so I am not in a position to
help out with this until I learn more about it.
[snip]
Brian