As title says.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Couple of things:
- There's no requirements at all on these; they want v8 and NEON to be enabled.
- The instructions are going to be called things like "VCVTAnSD". What does that "n" mean?
Comment Actions
- There's no requirements at all on these; they want v8 and NEON to be enabled.
Sorry, silly mistake again.
- The instructions are going to be called things like "VCVTAnSD". What does that "n" mean?
The "n" stands for NEON, since I already have a VCVTA that it would clash with. I should change it to "N" since that's the suffix I used for vmaxnm/vminnm. Or did you miss it on the previous review, and I should be doing something different?
Comment Actions
Oh no, that 'n' makes sense now. I'm happy wirh that explanation. Go ahead once you've added the Requires flags.