On Friday 17 May 2013, Ard Biesheuvel wrote:
The GCC support header for NEON intrinsics <arm_neon.h> cannot be included directly due to its dependency on <stdint.h>.
Add a header <asm/neon.h> that checks/tweaks the environment so <arm_neon.h> can be included without problems.
Signed-off-by: Ard Biesheuvel ard.biesheuvel@linaro.org
I wonder if it would be easier to just use the gcc built-ins or inline assembly rather than the intrinsics, if including the header is such a pain.
Arnd