FTDet: Fix platform diffs due to floating point bug
A value of 0.5 in DeFTMat was causing difference between avx and other platforms. Replace this with 0.5f.
should fix the tests in Boole!287 (merged)
Edited by Rosen Matev
A value of 0.5 in DeFTMat was causing difference between avx and other platforms. Replace this with 0.5f.
should fix the tests in Boole!287 (merged)