_bnd_chk_ptr_ubounds
Classification
Other, Miscellaneous, CPUID Test: MPX
Header File
immintrin.h
Instruction
BNDCU bnd, m64
Synopsis
 _bnd_chk_ptr_ubounds(const void * q);
Description
Checks if "q" is within its upper bound, and throws a #BR if not.
Operation
IF q > q.UB
	#BR
FI