SIGN IN SIGN UP

Enable Fused-Multiply-Add (FMA) and F16C/CVT16 vector extensions on MSVC (#375)

* Enable Fused-Multiply-Add (FMA) instructions on MSVC

__FMA__ macro does not exist in MSVC

* Enable F16C/CVT16 vector extensions on MSVC

__F16C__ macro does not exist in MSVC, but is implied with AVX2/AVX512

* MSVC cvt intrinsics

* Add __SSE3__ macro for MSVC too because why not

even though it's not currently used for anything when AVX is defined
A
anzz1 committed
5a5f8b1501fbb34367225544010ddfc306d6d2fe
Parent: f121705
Committed by GitHub <noreply@github.com> on 3/28/2023, 7:44:29 PM