]> granicus.if.org Git - clang/commit
ARM: define & use __ARM_NEON on ARM32 (as per ACLE)
authorTim Northover <tnorthover@apple.com>
Thu, 21 Nov 2013 12:36:34 +0000 (12:36 +0000)
committerTim Northover <tnorthover@apple.com>
Thu, 21 Nov 2013 12:36:34 +0000 (12:36 +0000)
commit4e42f6ad343790c6f9873e13c8e205adc13373d9
tree68d55a3cf3942841580d2ab4d7beb73b0c69d962
parent269644364a050a2db9637e47b2ca348ea76fdbf6
ARM: define & use __ARM_NEON on ARM32 (as per ACLE)

There seem to be quite a few references to the old macro __ARM_NEON__ on the
internet, so I don't think it's a good idea to remove it entirely (at least
yet), but the canonical name does not have the trailing underscores so we
should use that ourselves.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195353 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
utils/TableGen/NeonEmitter.cpp