mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Stop falling back to 16-bit BignumInt on VS Arm builds.
The case previously conditioned on _M_IX86, where we use __int64 as the BignumDblInt type, is actually valid on any Visual Studio target platform at all, so it's safe to remove that condition and let it apply to _M_ARM and _M_ARM64 as well. The only situation in which we _shouldn't_ use that case for Visual Studio builds is when we have something even better available, such as the x86-64 intrinsics for add-with-carry and double-width multiply.
This commit is contained in:
parent
bc11f74c74
commit
fa4a7dd3d5
Loading…
Reference in New Issue
Block a user