fixed nbnxn 4x8 pair search without AVX
authorBerk Hess <hess@kth.se>
Thu, 10 Oct 2013 10:53:05 +0000 (12:53 +0200)
committerBerk Hess <hess@kth.se>
Thu, 10 Oct 2013 10:53:05 +0000 (12:53 +0200)
commit9bd5fc01adecacc08d217a27dbfd60006a5b3345
treeec5854c516426f2fb4151105ba43ec417647500d
parenta8832abe431c3cce36ae8619ecf9dae648bfaba3
fixed nbnxn 4x8 pair search without AVX

This bug was introduced recently.
Note that nbnxn 4x8 without AVX was only possible when manually
changing the code to use plain-C reference SIMD.

Change-Id: I5effe4076bc5ff270ebeb366f9c2b8a13c256025
src/mdlib/nbnxn_search.c