afonso360 opened PR #4358 from aarch64-bmask-isle
to main
:
:wave: This PR Moves
bmask
andbextend
to ISLE for aarch64.Additionally as in #4331 we also remove the vector versions of
bextend
from the documentation.It would also be a good idea to consider if we want to do the same to
bmask
since we did a similar thing tobint
in #4299 and it looks like that the only implementation of vectorbmask
is on the interpreter.cc: @abrown @cfallin @akirilov-arm
cfallin created PR review comment:
this could use a little more explanation -- "extend to 64 bits first, then this will be all 0s or all 1s and we can duplicate to both halves of 128 bits" maybe?
cfallin submitted PR review.
cfallin submitted PR review.
cfallin created PR review comment:
Could we copy this comment over to
lower.isle
as well?
afonso360 updated PR #4358 from aarch64-bmask-isle
to main
.
cfallin submitted PR review.
cfallin merged PR #4358.
Last updated: Nov 22 2024 at 17:03 UTC