RepoNotes
Toggle theme
Loading ...
Sign in
golang/arch
[mirror] architecture code
156
12
6
Readme
Notes
New Note
Sign in to add notes for this repository
RN
golang
10327
Followers
0
Following
61
Repos
No Twitter
The Go Programming Language
Branches
release-branch.go1.15
release-branch.go1.14
release-branch.go1.13
Releases
Commits
internal/simdgen: support load from bits for mask This CL adds the code generation to construct K masks from bits. This will enable more flexible and performant SIMD programming. This CL generates
internal/simdgen: clean up masked op doc This CL makes masked and un-masked op doc identical, and then apply a mechanism to append a write-mask description to the doc uniformly. The previous version
internal/simdgen: add logging of all CPU Features This CL makes -v print all CPU Features that will appear in the API. This is useful for us to add CPU Feature check. Change-Id: I19cc964b531abcb3a47
Issues
arch/x86: Fixed FCLEX/FNCLEX, FCMOVcc, etc... instructions not parse
x86spec: fix header parsing
x86: allow decoding of AVX instructions