ARM-software / acle

Arm C Language Extensions (ACLE)
Other
90 stars 59 forks source link

Fix range of immediate argument in vst2q_lane_f64 #343

Closed SpencerAbson closed 2 months ago

SpencerAbson commented 3 months ago

The range of lane in vstq_lane_f64is documented as 0 <= lane <= 2. However, the 64-bit variant of ST2 specifies that this immediate has a range of0 <= lane <= 1. This change rectifies the documentation of this intrinsic.


name: Pull request about: Technical issues, document format problems, bugs in scripts or feature proposal.


Thank you for submitting a pull request!

If this PR is about a bugfix:

Please use the bugfix label and make sure to go through the checklist below.

If this PR is about a proposal:

We are looking forward to evaluate your proposal, and if possible to make it part of the Arm C Language Extension (ACLE) specifications.

We would like to encourage you reading through the contribution guidelines, in particular the section on submitting a proposal.

Please use the proposal label.

As for any pull request, please make sure to go through the below checklist.

Checklist: (mark with X those which apply)