Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for armv7 (0.05 sec)

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

    	HasSSE42            bool // Streaming SIMD extension 4 and 4.2
    	_                   CacheLinePad
    }
    
    // ARM64 contains the supported CPU features of the
    // current ARMv8(aarch64) platform. If the current platform
    // is not arm64 then all feature flags are false.
    var ARM64 struct {
    	_           CacheLinePad
    	HasFP       bool // Floating-point instruction set (always available)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. RELEASE.md

        specifying a session.
    *   Allow uses of over-parameterized separable convolution.
    *   TensorForest multi-regression bug fix.
    *   Framework now supports armv7, cocoapods.org now displays correct page.
    *   Script to create iOS framework for CocoaPods.
    *   Android releases of TensorFlow are now pushed to jcenter for easier
        integration into apps. See
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. src/runtime/malloc.go

    	// supports this extension and the kernel will never choose an
    	// address above 1<<47 unless mmap is called with a hint
    	// address above 1<<47 (which we never do).
    	//
    	// arm64 hardware (as of ARMv8) limits user addresses to 48
    	// bits, in the range [0, 1<<48).
    	//
    	// ppc64, mips64, and s390x support arbitrary 64 bit addresses
    	// in hardware. On Linux, Go leans on stricter OS limits. Based
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/arm/asm5.go

    		o2 = c.ofsr(p.As, int(p.To.Reg), 0, (REGTMP&15), int(p.Scond), p) | 1<<20
    		if o.flag&LPCREL != 0 {
    			o3 = o2
    			o2 = c.oprrr(p, AADD, int(p.Scond)) | REGTMP&15 | (REGPC&15)<<16 | (REGTMP&15)<<12
    		}
    
    		/* ArmV4 ops: */
    	case 70: /* movh/movhu R,O(R) -> strh */
    		c.aclass(&p.To)
    
    		r := int(p.To.Reg)
    		if r == 0 {
    			r = int(o.param)
    		}
    		o1 = c.oshr(int(p.From.Reg), int32(c.instoffset), r, int(p.Scond))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

             <match value="0x01c0" type="little16" offset="244"/>
          </match>
        </magic>
      </mime-type>
      <mime-type type="application/x-msdownload;format=pe-arm7">
        <sub-class-of type="application/x-msdownload;format=pe"/>
        <magic priority="60">
          <match value="pe\000\000" type="string" offset="128">
             <match value="0x01c4" type="little16" offset="132"/>
    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