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
namniav
changed the title
[BUG] Neon vector shift left and widen intrinsic variants that with n == bit width
[BUG] Neon vector shift left and widen intrinsic variants with n == bit-width
Nov 2, 2024
Describe the bug
From https://arm-software.github.io/acle/neon_intrinsics/advsimd.html#vector-shift-left-and-widen, each neon vector shift left and widen intrinsic has a variant with
n == bit width
.For example:
Both link to the same developer.arm.com page for
vshll_n_s8
and the documented argument preparation there isn -> minimum: 0; maximum: 7
.What is the use of the second variant? Or is it a mistake?
The text was updated successfully, but these errors were encountered: