Skip to content
Commit 9469261c authored by Noah Goldstein's avatar Noah Goldstein
Browse files

x86: Only align destination to 1x VEC_SIZE in memset 4x loop



Current code aligns to 2x VEC_SIZE. Aligning to 2x has no affect on
performance other than potentially resulting in an additional
iteration of the loop.
1x maintains aligned stores (the only reason to align in this case)
and doesn't incur any unnecessary loop iterations.
Reviewed-by: default avatarSunil K Pandey <skpgkp2@gmail.com>
parent 3921c5b4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment