-
- Downloads
Fix comparaison between x86_32 and x86_64.
The fix proposed by http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323 is not working when recompiling jrl-walkgen and jrl-dynamic with -msse and -mfpmath=sse. However the two other algorithms do not suffer from the transition between x86_32 and x86_64. Thus it might still come from a x87 problem (aka an intermediate high resolution representation in CPU which is lost after memory transfer) specific to Morisawa. The trajectories are however very similar between each other. Thus this differenciation is to maintain a working unitary test.
Showing
- tests/CMakeLists.txt 11 additions, 9 deletionstests/CMakeLists.txt
- tests/TestMorisawa2007OnLineTestFGPI_32.datref.cmake 0 additions, 0 deletionstests/TestMorisawa2007OnLineTestFGPI_32.datref.cmake
- tests/TestMorisawa2007OnLineTestFGPI_64.datref.cmake 14843 additions, 0 deletionstests/TestMorisawa2007OnLineTestFGPI_64.datref.cmake
- tests/TestMorisawa2007ShortWalkTestFGPI_32.datref.cmake 0 additions, 0 deletionstests/TestMorisawa2007ShortWalkTestFGPI_32.datref.cmake
Loading
Please register or sign in to comment