Skip to content

Commit

Permalink
Reconcile RVV mask types. (#520)
Browse files Browse the repository at this point in the history
Make the vmask types for single-precision and double-precision
interfaces compatible, so that we have fewer divergent functions.

Keep the vopmask types incompatible, because the underlying vbool*_t
types still encode some underlying assumptions about the number of lanes
involved.

Make the still-incompatible function names distinct between SP and DP,
and then reconcile these with the preprocessor at the end of the file so
that the caller still sees the expected operations.  This will help when
it comes to generating inline headers in a future revision.
  • Loading branch information
sh1boot committed Mar 6, 2024
1 parent cf532e2 commit 9492c39
Showing 1 changed file with 122 additions and 125 deletions.
Loading

0 comments on commit 9492c39

Please sign in to comment.