Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

zchee
Copy link

@zchee zchee commented Sep 24, 2021

Support AVX512FP16 instruction set.

ref: klauspost/cpuid@6903d4066801

@kalamay
Copy link
Contributor

kalamay commented Sep 25, 2021

Hi @zchee thanks for the PR! It does seem that we never originally put a Makefile build dependency between the cpu/cpu.go file and the generated *.s files. When a new X86Feature bit flag is introduced—AVX512FP16 in this case—it will change the values of the subsequent flags due to the use of iota. This is fine, but we need to regenerate the *.s files as they use the same bit flags during build time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants