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