Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Until we define a separate feature for these instructions, they should be predicated on HasV8_4a rather than HasV8_2A. Until v8.4-A they're optional even for CPUs that have HasFullFP16. Current v8.2-A Cortex CPUs, for example, do not support these instructions.
With that change it's probably fine as a part of the v8.4-A support, but I haven't reviewed the rest of it yet.
Comment Actions
Ah, good point, thanks. But I will create a new target feature for this like we normally do (such as e.g. dotprod).