• Minmin Gong's avatar
    bpo-35758: Fix building on ARM + MSVC (gh-11531) · 7a236806
    Minmin Gong yazdı
    * 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
pyport.h 27.7 KB