Re: NEON intrinsics and stack access

2011-03-31 Thread Richard Sandiford
Michael Hope michael.h...@linaro.org writes: For reference. We know that the NEON intrinsics in GCC have issues. I came across this page: http://hilbert-space.de/?p=22 which has a colour to greyscale conversion done using intrinsics. gcc-linaro-4.5-2011.03-0 does poorly through saving

NEON intrinsics and stack access

2011-03-30 Thread Michael Hope
For reference. We know that the NEON intrinsics in GCC have issues. I came across this page: http://hilbert-space.de/?p=22 which has a colour to greyscale conversion done using intrinsics. gcc-linaro-4.5-2011.03-0 does poorly through saving intermediate values on the stack. The core of the