- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
why is the second array of the functions v?Fdim, v?Fmax, v?Fmin etc. not constant?
The signature in the file mkl_vml_functions.h is:
_Mkl_Api(void, vdFdim, (const MKL_INT n, const double a[], double r1[], double r2[])) _Mkl_Api(void, vdFmax, (const MKL_INT n, const double a[], double r1[], double r2[])) _Mkl_Api(void, vdFmin, (const MKL_INT n, const double a[], double r1[], double r2[]))
I think it would be correct as:
_Mkl_Api(void, vdFdim, (const MKL_INT n, const double a[], const double b[], double r[])) _Mkl_Api(void, vdFmax, (const MKL_INT n, const double a[], const double b[], double r[])) _Mkl_Api(void, vdFmin, (const MKL_INT n, const double a[], const double b[], double r[]))
Kind regards
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you are right. the issue has been already raised and escalated. the fix will be available into on the next updates.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tank you! Then I'm looking forward to the next update and I will use until then a const cast.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes, we will update this thread when the fix of the problem will be available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MKL v.2020 has been released and contains the fix of this problem either.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page