Skip to content

Commit

Permalink
Combine idx and imm parameters for svpsel_lane [to squash]
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesmalen-arm committed Oct 6, 2023
1 parent ddf0075 commit c26aa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -11406,7 +11406,7 @@ Predicate select between predicate value or all-false
``` c
// Variants are also available for _c16, _c32 and _c64
__attribute__((arm_streaming_compatible))
svcount_t svpsel_lane_c8(svcount_t pn, svbool_t pm, uint32_t idx, uint64_t imm);
svcount_t svpsel_lane_c8(svcount_t pn, svbool_t pm, uint32_t idx);
```

#### CNTP
Expand Down

0 comments on commit c26aa72

Please sign in to comment.