This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Define the macro __ARM_FP16_ARGS
ClosedPublic

Authored by keith.walker.arm on Aug 21 2015, 8:59 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

keith.walker.arm retitled this revision from to [AArch64] Define the macro __ARM_FP16_ARGS.
keith.walker.arm updated this object.
ab accepted this revision.Aug 21 2015, 10:31 AM
ab added a reviewer: ab.
ab added a subscriber: ab.

LGTM, thanks!

This revision is now accepted and ready to land.Aug 21 2015, 10:31 AM
rengolin accepted this revision.Aug 22 2015, 5:58 AM
rengolin edited edge metadata.
This revision was automatically updated to reflect the committed changes.