You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If the sse target feature is enabled, but avx is not, the SimdBlock size should be 16 bytes (128 bits).
Describe the solution you'd like
Change in the src/alignment/simd.rs file and a test asserting the size when compiled on x86 or x86_64 with sse enabled.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If the
sse
target feature is enabled, butavx
is not, theSimdBlock
size should be 16 bytes (128 bits).Tracking issue: #17
Describe the solution you'd like
Change in the
src/alignment/simd.rs
file and a test asserting the size when compiled onx86
orx86_64
withsse
enabled.The text was updated successfully, but these errors were encountered: