Function __tile_zero

#[target_feature(enable = "amx-tile")]
pub unsafe fn __tile_zero(dst: *mut __tile1024i)

Zero the tile specified by dst. The shape of the tile is specified in the struct of __tile1024i. The register of the tile is allocated by the compiler.

Intel's documentation