Skip to content

Rename swap to swap_scalable

Mark Horvath requested to merge fix-use-std-swap into main

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

Merge request reports