Intel® Math Kernel Library 2018 Developer Reference - C
Replaces the error handling routine. Use with the Single Dynamic Library .
XerblaEntry mkl_set_xerbla (XerblaEntry new_xerbla_ptr);
Name |
Type |
Description |
---|---|---|
new_xerbla_ptr |
XerblaEntry |
Pointer to the error handling routine to be used. |
The mkl_set_xerbla function replaces the error handling routine that is called by Intel MKL functions with the routine specified by the parameter.
See Intel MKL Developer Guide for details about SDL.
The function returns the pointer to the replaced error handling routine.