Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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