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
@C0nsultant do you have an idea what could be causing this? I can also for now just quickly disable the long double reads on MSVC and we fix it after #63 is in.
Currently the following test fails with MSVC 19 (VS 14, 2015), probably due to it's
double
==long double
implementation:Example in https://ci.appveyor.com/project/ax3l/openpmd-api/build/1.0.140/job/jo3nh9xgb03poikp
I think we should be able to emulate that behavior with gcc with the
-mlong-double-64
switch (but from a first test this does not trigger it).The text was updated successfully, but these errors were encountered: