jubatus / jubatus_core

Jubatus algorithm component
GNU Lesser General Public License v2.1
20 stars 29 forks source link

add _mm256_srl_epi32 to AVX2 test #373

Closed kmaehashi closed 7 years ago

kmaehashi commented 7 years ago

Fix #349.

kmaehashi commented 7 years ago

After applying this PR, multiversioning is automatically disabled under exotic environment like gcc-5.3.0 with binutils-2.20.

$ ./waf configure
... snip ...
Checking for function multiversioning    : no 
TkrUdagawa commented 7 years ago

I have confirmed this test works correctly in my environment(manualy installed gcc-5.3.0 on Cent OS 6.9) Thanks!!