Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ymm (0.08 sec)

  1. src/runtime/asm_amd64.s

    #define V3_EXT_FEATURES_CX (V2_EXT_FEATURES_CX | 1 << 5)
                             // BMI1     AVX2     BMI2
    #define V3_EXT_FEATURES_BX (1 << 3 | 1 << 5 | 1 << 8)
                           // XMM      YMM
    #define V3_OS_SUPPORT_AX (1 << 1 | 1 << 2)
    
    #define V4_FEATURES_CX V3_FEATURES_CX
    
    #define V4_EXT_FEATURES_CX V3_EXT_FEATURES_CX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top