Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for processorVersionInfo (0.63 sec)

  1. src/runtime/runtime2.go

    	// Information about what cpu features are available.
    	// Packages outside the runtime should not use these
    	// as they are not an external api.
    	// Set on startup in asm_{386,amd64}.s
    	processorVersionInfo uint32
    	isIntel              bool
    )
    
    // set by cmd/link on arm systems
    // accessed using linkname by internal/runtime/atomic.
    //
    // goarm should be an internal detail,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 47.9K bytes
    - Viewed (0)
Back to top