]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zcommon/zfs_fletcher_aarch64_neon.c
Remove bcopy(), bzero(), bcmp()
[mirror_zfs.git] / module / zcommon / zfs_fletcher_aarch64_neon.c
index e84d69eb3415a98048fb092a6b08ba17f37ef601..319c5332d5a9d7a494c95e01efa26e1e41678dde 100644 (file)
@@ -52,7 +52,7 @@ ZFS_NO_SANITIZE_UNDEFINED
 static void
 fletcher_4_aarch64_neon_init(fletcher_4_ctx_t *ctx)
 {
-       bzero(ctx->aarch64_neon, 4 * sizeof (zfs_fletcher_aarch64_neon_t));
+       memset(ctx->aarch64_neon, 0, 4 * sizeof (zfs_fletcher_aarch64_neon_t));
 }
 
 ZFS_NO_SANITIZE_UNDEFINED