no_std_compat::arch::x86_64

Function _tile_stored

Source
pub unsafe fn _tile_stored<const DST: i32>(base: *mut u8, stride: usize)
🔬This is a nightly-only experimental API. (x86_amx_intrinsics)
Available on x86-64 only.
Expand description

Store the tile specified by src to memory specifieid by base address and stride using the tile configuration previously configured via _tile_loadconfig.

Intel’s documentation