Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for zmm (0.02 sec)

  1. src/vendor/golang.org/x/sys/cpu/cpu_x86.go

    			// Since users can't rely on mask register contents, let's not advertise AVX-512 support.
    			// See issue 49233.
    			osSupportsAVX512 = false
    		} else {
    			// Check if OPMASK and ZMM registers have OS support.
    			osSupportsAVX512 = osSupportsAVX && isSet(5, eax) && isSet(6, eax) && isSet(7, eax)
    		}
    	}
    
    	X86.HasAVX = isSet(28, ecx1) && osSupportsAVX
    
    	if maxID < 7 {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  2. src/runtime/asm_amd64.s

    #define V4_EXT_FEATURES_BX (V3_EXT_FEATURES_BX | 1 << 16 | 1 << 17 | 1 << 28 | 1 << 30 | 1 << 31)
                                              // OPMASK   ZMM
    #define V4_OS_SUPPORT_AX (V3_OS_SUPPORT_AX | 1 << 5 | (1 << 6 | 1 << 7))
    
    #ifdef GOAMD64_v2
    #define NEED_MAX_CPUID 0x80000001
    #define NEED_FEATURES_CX V2_FEATURES_CX
    #define NEED_EXT_FEATURES_CX V2_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)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/vnd.groove-vcard">
        <glob pattern="*.vcg"/>
      </mime-type>
      <mime-type type="application/vnd.handheld-entertainment+xml">
        <glob pattern="*.zmm"/>
      </mime-type>
      <mime-type type="application/vnd.hbci">
        <glob pattern="*.hbci"/>
      </mime-type>
      <mime-type type="application/vnd.hcl-bireports"/>
      <mime-type type="application/vnd.hhe.lesson-player">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top