- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I am trying to compile some code using intel c++ compiler in windows.
But I am keep getting compile error for __uint128_t datatype - error: identifier "__uint128_t" is undefined.
The same code compiles successfully with gcc. Does it mean intel compiler does not have support for __uint128_t data type in windows?
Somebody please help to overcome this failure as soon as possible.
Thanks,
Divya
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
128 bit int is a gcc extension which can't support all the operations required of a standard data type. Possible workarounds include m128 data types. I don't know if intel has received feature requests on this or if it might be considered under a gcc compatibility switch.

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