libxsmm_xhash Interface

interface
public pure subroutine libxsmm_xhash(hash_seed, key, keysize) bind(C, NAME="0")

Arguments

Type IntentOptional Attributes Name
integer(kind=C_INT), intent(inout) :: hash_seed
type(C_PTR), intent(in), VALUE :: key
integer(kind=C_INT), intent(in) :: keysize

Description

Calculates a hash value for the given array and seed. Routine suitable for FORTRAN 77; keysize in Bytes.