libxsmm_xclear Interface

interface
public subroutine libxsmm_xclear(dst, nbytes) bind(C, NAME="0")

Arguments

Type IntentOptional Attributes Name
type(C_PTR), intent(in), VALUE :: dst
integer(kind=C_INT), intent(in) :: nbytes

Description

Fill destination with zeros; dst is a raw/binary buffer.