The ACLE (ARM C Language Extensions) 2.0 defines that the predefined macro
ARM_FP16_ARGS should be defined if fp16 can be used as an argument and
result.
The support for __fp16 to be used as an argument and result is already
implemented for AArch64 so this change is just adding the missing macro.