klauspost / cpuid

CPU feature identification for Go
MIT License
1.01k stars 125 forks source link

Remove SCE #115

Closed klauspost closed 1 year ago

klauspost commented 1 year ago

Remove SCE, since it was likely wrong.

Replaced by SYSCALL and SYSEE which are clearer. Use whichever you meant.

Fixes #113