-
John Mather authored
commit b0755ac2 Author: John Mather <johnmather@sidefx.com> Date: Sun Sep 22 00:46:16 2024 -0400 Removed extraneous code from Windows porting process commit 88b637ab Author: John Mather <johnmather@sidefx.com> Date: Sun Sep 22 00:27:01 2024 -0400 Add Windows support This commit adds Windows support to core-math. All tests have been run and results have been verified for accuracy on both Windows and Linux. In order to build to build core-math on Windows, you must use a GNU-compatible compiler such as mingw due to our reliance on GNU builtin functions. In my development, I utilized the mingw-w64-ucrt-x86_64-gcc package provided by msys2 to target the native UCRT runtime. Compilation under Cygwin may work as well, but the produced binaries will rely on Cygwin's runtime, making it less portable. While I've run all of the tests, I haven't included the code that...
d6805168