jgreenhalgh added inline comments.
Comment at: llvm/lib/Target/AArch64/AArch64.td:1087
FeatureNEON,
+ FeatureOutlineAtomics,
FeaturePerfMon,
t.p.northover wrote:
> ilinpv wrote:
> > t.p.northover wro
jgreenhalgh added inline comments.
Comment at: cfe/trunk/utils/TableGen/NeonEmitter.cpp:2412
- OS << "#define __ai static inline __attribute__((__always_inline__, "
+ OS << "#define __ai static __inline __attribute__((__always_inline__, "
"__nodebug__))\n\n";
---
jgreenhalgh added a comment.
In https://reviews.llvm.org/D45668#1070878, @SjoerdMeijer wrote:
> Thanks, and I am going to try to get some clarity on this doc issue. But
> looks like it should be "ARMv7, ARMv8", as it used to be. Make sense to
> comment on this in the commit message, if that's w
jgreenhalgh added a comment.
If this patch unconditionally defines _Float128, then I think it will conflict
with the typedef for _Float128 for IEEE754 128-bit long double systems in glibc:
/* The type _Float128 exists only since GCC 7.0. */
# if !__GNUC_PREREQ (7, 0) || defined __cplusplus