- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Lei,
This is a compiler bug that needs to be fixed (looks like generated intrinsic has an issue with register mapping) and have filed the issue with the developers and will get back to you soon to check if there's any workaround. Appreciate your patience through this.
_Kittur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Lei,
As a workaround for this issue you can do the following:
========================
extern double __ntod(__uint128_t);
int main() {
double d;
__uint128_t i = 123;
// d = i;
d = __ntod(i);
printf("%e\n", d);
}
=========================
I'll let you know as soon as the release with the fix for this issue is out. Appreciate your patience till then.
_Kittur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Let me know if the workaround helps. I'll let you know as soon as the release with the fix is out. Appreciate your patience till then.
_Kittur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Lei,
Glad to hear that the workaround helped. Again, I'll update you as soon as the release with the fix for this issue is out (as mentioned this is a bug in the compiler) and appreciate your patience till then.
_Kittur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Lei,
Just letting you know that this issue is fixed in the latest 15 version update 3 that you can download from the Intel Registration Center, thanks.
_Kittur

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