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
At one time, we used the fcmp library to get high-precision floating-point comparisons. We ended up not using it. This is a GPL v2 library incompatible with the MIT license, so we should remove it. This would require changing the sde.h header to remove the unused fcmp option.
The text was updated successfully, but these errors were encountered:
I went ahead and replaced the macros that served as a shim for fcmp macros everywhere they occurred in the C code. They were all simple, and they only occurred in a few places. So fgt(a, b) is now a > b etc., which seems like an improvement.
At one time, we used the fcmp library to get high-precision floating-point comparisons. We ended up not using it. This is a GPL v2 library incompatible with the MIT license, so we should remove it. This would require changing the
sde.h
header to remove the unused fcmp option.The text was updated successfully, but these errors were encountered: