Closed
Description
@rsc said in #24843 (comment):
- for code vendored from x/crypto into standard library, change it during import to use internal/cpu, not x/sys/cpu
- x/sys must not be vendored into the main tree
However it looks like it has now been vendored into std as of CL 164623.
My only real concern with this is that AFAICT x/sys/cpu
doesn't contain the same options as internal/cpu
to manually enable/disable CPU features using an environment variable.
Thoughts?