aarch64: Optimize __libc_mtag_tag_zero_region
This is a target hook for memory tagging, the original was a naive implementation. Uses the same algorithm as __libc_mtag_tag_region, but with instructions that also zero the memory. This was not benchmarked on real cpu, but expected to be faster than the naive implementation.
Loading
Please register or sign in to comment