b485c50 Enable NEON on aarch64

1 file Authored by tpiepho 5 months ago, Committed by sergiomb 5 months ago,
1 file changed. 7 lines added. 7 lines removed.
    Enable NEON on aarch64
    
    The original reason NEON was disabled was lack of runtime detection.  It
    should be runtime detected on Linux.
    
    NEON is also required for ARMv8, so it's reasonable to expect every
    aarch64 host to have it.  FFTW should still work without NEON, but I
    don't know of any aarch64 CPU without it to test this on.
    
    Signed-off-by: Trent Piepho <tpiepho@gmail.com>
    
        
file modified
+7 -7