_bnd_store_ptr_bounds
Classification
Other, Miscellaneous, CPUID Test: MPX
Header File
immintrin.h
Instruction
BNDSTX mib, bnd
Synopsis
 _bnd_store_ptr_bounds(const void ** ptr_addr, const void * ptr_val);
Description
Stores the bounds of "ptr_val" pointer in memory at address "ptr_addr".
Operation
MEM[ptr_addr].LB := ptr_val.LB
MEM[ptr_addr].UB := ptr_val.UB