- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From: https://community.intel.com/t5/Intel-C-Compiler/ldexpf-already-defined-linker-error/td-p/1089997
This appears to be a C++ issue with math.h.
In there, ldexpf is defined as an inline function.
However, when compiling without optimizations, this function is NOT inlined.
Apparently, this function is defined elsewhere (possibly as an inline function), and as such, when compiled with optimization, the error will not appear.
Jim Dempsey
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