- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to use the quadruple precision type _Quad in my program but I get an undefined symbol error. I've added -Qoption,cpp,--extended_float_type to my compiler options in visual studio, is there anything else I need to do to get this to work?
Thanks.
Thanks.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you please provide the error message text? It would be nice if you can help with small reproducer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Error 209 error : identifier "_Quad" is undefined
I've only added the compiler switch to the additional options under the configuration properties for the project and tried to declare a variable of type _Quad.
I've only added the compiler switch to the additional options under the configuration properties for the project and tried to declare a variable of type _Quad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you please use compiler option -Qoption,cpp,--extended_float_type to enable _Quad type. This option is only Intel Compiler specific?

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