Skip to content

Commit

Permalink
Reconcile RVV mask types.
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
Simon Hosie committed Feb 16, 2024
1 parent be6106e commit 5f96c03
Showing 1 changed file with 122 additions and 125 deletions.
Loading

0 comments on commit 5f96c03

Please sign in to comment.