Skip to content

Avoid FEAT_FP16 requirement unnecessarily

Viet-Hoa Do requested to merge viet/fp16 into main
  • The conversion between FP32 and FP16 is part of the base instruction set and does not require FEAT_FP16. The equivalent functions in the test framework need to change to avoid the need for FEAT_FP16.

Signed-off-by: Viet-Hoa Do viet-hoa.do@arm.com

Merge request reports

Loading