Closed rklra closed 10 months ago
@rklra
Thank you for reporting this, It has been fixed, but I need to check how this will trickle down into this repo. Quoting out the four lines is fine as long you are not using the portable (non-AVX12) version.
fixed!
Hi, I was installing the SDB package and encountered the following errors:
The host CPU is a Xeon W-2145 that I verified has AVX-512 capability (per instructions in README)
The errors I got on install are (abridged) below:
I was able to solve the error in the
go install
command by commenting out these lines manually in the interp.go file, though I do not know if this is a valid solutionFollowing the rest of the directions for the demo in the README it appears to have solved the issue.