Skip to content

FTDet: Fix platform diffs due to floating point bug

Sevda Esen requested to merge sevda-FTDet-fix-for-avx into master

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)

@lohenry

Edited by Rosen Matev

Merge request reports