On Thu, Apr 18, 2013 at 4:23 PM, Niels Möller nisse@lysator.liu.se wrote:
Something along those lines checked in now. Testing appreciated. For native compilation, configure checks /proc/cpuinfo, and for cross compilation, it checks what the assembler accepts.
On which algorithms are the neon instructions used? I don't know if that makes much sense performance-wise, but if they could be auto-detected maybe I could include the neon code unconditionally on the arm architecture and enable them in gnutls if the instructions are there, the same way we use for padlock and aes-ni.
regards, Nikos