Closed kmaehashi closed 7 years ago
__SSE2__ is defined only sse2 supported architecture (like x86_64).
if configure on no sse2 architecture, __SSE2__ is not defined and goto #error route (like i386).
Exactly, so maybe mandatory=False
should be removed?
I think currently it just slips.
Main subject of this test is output a sse2 supporting status.
Implementation of lsh is three types.
If mandatory=False removed, jubatus_core cannot build on non x86_64 archtecture (like i386, emscripten-javascript).
Thank you, it made things clear. I didn't know that it was just for informational purpose.
https://github.com/jubatus/jubatus_core/blob/1.0.3/wscript#L120-L122
It seems that it has not effect. @kazuki