liblbfgs
liblbfgs copied to clipboard
Fix compilation failure (with --enable-sse2) on recent Linux systems.
We have to add -msse2 to CFLAGS before checking for xmmintrin.h and emmintrin.h headers.
Is this still an issue? I'm unable to reproduce the build failure on Ubuntu 18.04.
Still unable to repro.