You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to replace the default math.h. I tried to use libmcs as my default math lib. I have to directly include "libmcs/math.h" to use libmcs math lib. But I want to directly include math.h in libmcs. I tried the method mentioned in #1503. However when I include math.h it still links to the math lib supplied by my toolchain. Any idea to achieve that?
Verification
I have verified before submitting the report.
The text was updated successfully, but these errors were encountered:
Description
How to replace the default math.h. I tried to use libmcs as my default math lib. I have to directly include "libmcs/math.h" to use libmcs math lib. But I want to directly include math.h in libmcs. I tried the method mentioned in #1503. However when I include math.h it still links to the math lib supplied by my toolchain. Any idea to achieve that?
Verification
The text was updated successfully, but these errors were encountered: