If you see an error like this, and then MSVC not letting you build on x86_64 Windows, then simply go to the ggml-base:
Properties => Linker =>Input =>Additional Dependencies, and remove the generated 'MATH_LIBRARY-NOTFOUND.lib' from there, then re-compile the solution.
Right now this is a workaround, currently too tired to tell what is causing it, but it will be fixed in the future for windows builds.
Don't forget to do this for every build type. (Debug/Release/etc.)
If you see an error like this, and then MSVC not letting you build on x86_64 Windows, then simply go to the ggml-base:
Properties => Linker =>Input =>Additional Dependencies, and remove the generated 'MATH_LIBRARY-NOTFOUND.lib' from there, then re-compile the solution.
Right now this is a workaround, currently too tired to tell what is causing it, but it will be fixed in the future for windows builds.
Don't forget to do this for every build type. (Debug/Release/etc.)