Skip to content
Snippets Groups Projects
Commit 5221bed5 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

BUG: fix sse test for msvc, gnu, clang

otbsiftfast was enabling /fp:fast option with msvc along with SSE.
This is not normal as MSDN docs doesn't mention anything about /fp:fast
when using /arch:SSE.

I think it has a problematic behaviour with otb's dashboard
testing. Many --compare-image tests we do are with zero tolerance.
So it has to go.
parent 11bb4301
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment