This patch implements support for the +, -, *, / and % operators on sizeless SVE
types. Support for these operators on svbool_t is excluded.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
We are planning on updating the specification in future for this but are waiting on some other changes first. What we're intending to do here is just match the behaviour of the NEON types, for which these operators are already supported, as closely as possible.
Since there is also nothing in the spec about operators on NEON types, we didn't think there was a need to hold up the implementation to wait for the spec.