This is an archive of the discontinued LLVM Phabricator instance.

[NEON] Define half-precision vmaxnm intrinsics only when available
ClosedPublic

Authored by kosarev on Jul 16 2018, 7:28 AM.

Diff Detail

Repository
rC Clang

Event Timeline

kosarev created this revision.Jul 16 2018, 7:28 AM
SjoerdMeijer accepted this revision.Jul 23 2018, 1:44 AM

LGTM

include/clang/Basic/arm_neon.td
1469–1472

nit: indentation?

This revision is now accepted and ready to land.Jul 23 2018, 1:44 AM

Thanks for reviewing!

include/clang/Basic/arm_neon.td
1469–1472

Do we want some special indentation here?

SjoerdMeijer added inline comments.Jul 23 2018, 6:43 AM
include/clang/Basic/arm_neon.td
1469–1472

Ah, sorry, got confused, it's just one big string.

This revision was automatically updated to reflect the committed changes.