• Minmin Gong's avatar
    bpo-35758: Fix building on ARM + MSVC (gh-11531) · 7a236806
    Minmin Gong authored
    * Disable x87 control word for non-x86 targets
    
    On msvc, x87 control word is only available on x86 target. Need to disable it for other targets to prevent compiling problems.
    
    * Include immintrin.h on x86 and x64 only
    
    Immintrin.h is only available on x86 and x64. Need to disable it for other targets to prevent compiling problems.
    7a236806
2019-01-21-05-18-14.bpo-35758.8LsY3l.rst 33 Bytes