• Michael Munday's avatar
    cpu: add CPU features for s390x · 6c9a33b5
    Michael Munday authored
    Add basic support for IBM Z (s390x) CPU feature (known as
    'facilities') detection.
    
    Note that some of these features are mandatory when using the Go
    compiler (for example, ldisp and eimm) but aren't mandatory when
    using gccgo.
    
    Cryptographic function detection is not yet implemented for
    gccgo.
    
    Change-Id: Ic6494d0df0bc1c1ad1713c9ff11ae23fba03d215
    Reviewed-on: https://go-review.googlesource.com/c/163003Reviewed-by: 's avatarTobias Klauser <tobias.klauser@gmail.com>
    Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    6c9a33b5
Name
Last commit
Last update
..
byteorder.go Loading commit data...
cpu.go Loading commit data...
cpu_arm.go Loading commit data...
cpu_gc_s390x.go Loading commit data...
cpu_gc_x86.go Loading commit data...
cpu_gccgo.c Loading commit data...
cpu_gccgo.go Loading commit data...
cpu_gccgo_s390x.go Loading commit data...
cpu_linux.go Loading commit data...
cpu_linux_arm64.go Loading commit data...
cpu_linux_ppc64x.go Loading commit data...
cpu_linux_s390x.go Loading commit data...
cpu_mips64x.go Loading commit data...
cpu_mipsx.go Loading commit data...
cpu_other_arm64.go Loading commit data...
cpu_other_ppc64x.go Loading commit data...
cpu_s390x.s Loading commit data...
cpu_test.go Loading commit data...
cpu_x86.go Loading commit data...
cpu_x86.s Loading commit data...