aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/segmentio/asm/cpu/ya.make
blob: e4540fc6f30ce59de9f3dcdf73fe32921a66bbfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
GO_LIBRARY()

LICENSE(MIT)

SRCS(cpu.go)

GO_XTEST_SRCS(cpu_test.go)

END()

RECURSE(
    arm
    arm64
    cpuid
    gotest
    x86
)