Amjad Alsharafi
Amjad Alsharafi
No, currently it will add offset regardless
@farhanfadila1717 can this be merged?
This is already fixed/implemented using another method
Yah, I think I can just revert to the old expected behavior for windows/Mac/Linux platforms and only link include the math module for other targets. I'll do it later today....
Hello @nico , thanks for mentioning me, I wasn't aware of the issue. I'll do some debugging tonight and check. @aeubanks were you able to test that making them all...
So, regarding this issue. The main thing about that attr is that we thought `weak` isn't supported by windows and apple targets. and thus it was conflicting with the builtin...
It was mentioned in the issue description that in the previous version the `weak-intrinsics` feature was used, was it required? i.e. was it crashing without this feature? As if we...
Yes, I'll then move on with enabling `weak` on all platforms except windows-gnu.
Hello @jailuthra , can this be reviewed?
The docs is focused on `plastic_core` for now, since that what others will interact with most if they are using it as a library. But you are right on the...