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: [PATCH 0/5] ARM Intrinsics Support


On Friday 10 July 2009, Stephen Thomas wrote:
> This series of patches adds support for some standard ARM-specific
> intrinsics to the ARM target, along with documentation and regression
> tests.
>
> This series includes a couple of changes to existing functionality
> required to properly support the new intrinsics:

Most of these look like they're either duplicates of existing functions, 
generate the exact smae result as open-coding the operation, or could be 
trivially implemented with inline assembly. What's the justifications for 
trying to support them natively rather than just providing a helpful header 
file?

Paul


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