• Andreas Auernhammer's avatar
    cpu: new package · 4adea008
    Andreas Auernhammer authored
    This CL introduces a new cpu package for CPU/platform feature detection.
    The cpu package is basically a copy of `internal/cpu` of the standard library.
    Revision: bf86aec25972f3a100c3aa58a6abcbcc35bdea49
    
    This CL does not export ARM64 and PPC64 feature detection since at the moment
    ARM64/PPC64 requires standard library support.
    
    Updates golang/go#24843
    
    Change-Id: I11bc1ca60b116e902c941b5887c00870dbb1f899
    Reviewed-on: https://go-review.googlesource.com/107015Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    4adea008
Name
Last commit
Last update
..
cpu.go Loading commit data...
cpu_arm.go Loading commit data...
cpu_arm64.go Loading commit data...
cpu_mips64x.go Loading commit data...
cpu_mipsx.go Loading commit data...
cpu_ppc64x.go Loading commit data...
cpu_s390x.go Loading commit data...
cpu_test.go Loading commit data...
cpu_x86.go Loading commit data...
cpu_x86.s Loading commit data...