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
programmerjake
changed the title
change gather/scatter mask sizes to match data size not index/address size since that matches x86
change gather/scatter mask sizes to match data size not index/address size since that matches x86_64
Dec 14, 2022
iirc x86_64 without avx512 is the only major isa that uses full-masks instead of bit-masks and has gather, so we should match it.
https://www.felixcloutier.com/x86/vgatherdps:vgatherqps#vgatherqps--vex-128-version-iirc
vgatherqps
gathersf32
values usingi32
mask elements andu64
indexes/addresses.originally mentioned here:
#322 (comment)
The text was updated successfully, but these errors were encountered: