You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-17 01:02:23 +03:00
On aarch64, just use memcpy, don't use asm instructions to optimize it. Because if gcc uses NEON extensions moving 16 bytes with memcpy, it might be wise to just use memcpy instead