Avoid FEAT_FP16 requirement unnecessarily
- 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