3e33
3e33
Other models of CPUs don't work. If I compile as a dynamic library, and link my application to it, everything is fine. If I compile a static library, and link...
`-fno-lto` hasn't made any difference, it's also on by default according to `clang++ -help`
Sure sounds related, but that means that OpenBLAS can only be linked to dynamically, if you're using clang on Windows. Seems like a bug.
I ended up using Clang on Linux and MSVC on Windows. The reason I wanted to avoid building the shared library is because of its size.
@brada4 I could be wrong but I haven't noticed any issues and the size is reduced by more than half compiling statically just for the archs I need.
It works with MSVC on Windows and with Clang on Linux. It's only a clang-cl issue.
I don't remember when this was fixed, but it's back in 6.6.5.1 (latest version as of this post).