AppVeyor win32 fails because I’m running tests that use HigherPrecision.jl
Is there a way to check whether we are on win32, in the same fashion I can call
is_windows()
?
Sys.WORD_SIZE
https://docs.julialang.org/en/stable/manual/integers-and-floating-point-numbers/, or 1 isa Int32
.
3 Likes