Exchange avx2
to avx
#22
Labels
enhancement
New feature or request
go ahead
Reviewed, implementation can start
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
Currently there is feature detection for
avx2
setting theSimdBlock
to 32-byte (256-bit). But 256-wide vectors are enabled onavx
already, so that should be enough to trigger the feature.Tracking issue: #17
Describe the solution you'd like
Change
avx2
target feature gates toavx
.The text was updated successfully, but these errors were encountered: