_bnd_init_ptr_bounds
Classification
Other, Miscellaneous, CPUID Test: MPX
Header File
immintrin.h
Synopsis
 _bnd_init_ptr_bounds(const void * q);
Description
Make a pointer with the value of "q" and open bounds, which allow the pointer to access the entire virtual address space, and store the result in "dst".
Operation
dst := q
dst.LB := 0
dst.UB := 0