This is an archive of the discontinued LLVM Phabricator instance.

[builtins] Add __cmpsf2 for ARM version of comparesf2
ClosedPublic

Authored by kongyi on Apr 16 2019, 4:51 PM.

Details

Summary

The generic version of comparesf2 defines __cmpsf2 alias for libgcc compatibility, but the ARM overlay is missing the alias.

Diff Detail

Event Timeline

kongyi created this revision.Apr 16 2019, 4:51 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 16 2019, 4:51 PM
Herald added subscribers: llvm-commits, Restricted Project, kristof.beyls, javed.absar. · View Herald Transcript
srhines accepted this revision.Apr 16 2019, 6:02 PM

Thanks for finding this. Note that this is the exact code in comparesf2.c.

This revision is now accepted and ready to land.Apr 16 2019, 6:02 PM
This revision was automatically updated to reflect the committed changes.