Define TVM_FFI_CLEAR_PTR_PADDING_IN_FFI_ANY#
Defined in File base_details.h
Define Documentation#
-
TVM_FFI_CLEAR_PTR_PADDING_IN_FFI_ANY(result)#
Clear the padding parts so we can safely use v_int64 for hash and equality check even when the value stored is a pointer.
This macro is used to clear the padding parts for hash and equality check in 32bit platform.