Rename swap to swap_scalable
Otherwise in some C++ Standard Library implementations our implementation could collide with std::swap. Also, the NEON path changed to use std::swap.
Edited by Mark Horvath
Otherwise in some C++ Standard Library implementations our implementation could collide with std::swap. Also, the NEON path changed to use std::swap.