libxsmm_hash_i64 Function

public function libxsmm_hash_i64(key, seed)

Calculates a hash value for the given array and seed. FORTRAN 77: see libxsmm_xhash

Arguments

Type IntentOptional Attributes Name
integer(kind=C_LONG_LONG), INTENT(IN)$CONTIGUOUS :: key(:)
integer(kind=C_INT), intent(in) :: seed

Return Value integer(kind=C_INT)


Contents