[0/3][ARM] AArch32 NEON vrint builtins and intrinsics

Kyrylo Tkachov kyrylo.tkachov@arm.com
Thu Nov 29 14:27:00 GMT 2012


Hi all,
This set of patches adds support for the AArch32 vrint NEON builtins. It
also adds related NEON intrinsics. It is organised in 3 patches:

* The first patch adds support for the builtin versions of the instructions.
* The second is a small testsuite patch that adds the effective target check
and appropriate option-adding procedure for v8 NEON support and is required
by the new intrinsic tests (and any further AArch32 NEON tests that are
added in the future).
* The third patch adds the intrinsics i.e. it contains the changes to the
.ml scripts that are required to generate the arm_neon.h file as well as the
tests and documentation.

The patches have been tested on arm-none-eabi with qemu/model. New tests
pass, no regressions.

Thanks,
Kyrill





More information about the Gcc-patches mailing list