This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ARM] ARM NEON support part 2/7: NEON support


Julian Brown wrote:
> Paul Brook wrote:
>>> This patch adds support for the NEON ISA, including RTL patterns which
>>> can be used for autovectorization (some current features may not yet be
>>> supported, however), and a (large) set of intrinsics. The latter are
>>> provided via an auto-generated header file, "arm_neon.h", which should
>>> provide the same capabilities as the header file of the same name
>>> supplied with ARM's proprietary compiler tools.
>>
>> Ok, except a couple of tweaks, and if you haven't already done so you
>> need to get a c++ maintainer to sign off on the new target hook.
> 
> C++ maintainers: is the new target hook bit OK?

I think it would be slightly better to rename the existing
mangle_fundamental_type hook to just plain mangle_type, and then call it
for all types.  Then, if we find yet another case where we need back-end
help for mangling, we already have the hook we need.

OK with that change.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]