mirror of
https://github.com/nspcc-dev/tzhash.git
synced 2026-03-01 04:29:29 +00:00
G127 fail on machine without AVX #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @im-kulikov on GitHub (Oct 8, 2019).
Originally assigned to: @fyrchik on GitHub.
There's no realization of G127 for pure-go, when AVX disabled
@im-kulikov commented on GitHub (Oct 8, 2019):
Also, we should check that
if AVX2 && AVX { AVX2_method() }, otherwise.. it fails