Skip to content
  • Rashad Kanavath's avatar
    BUG: fix sse test for msvc, gnu, clang · 5221bed5
    Rashad Kanavath authored
    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.
    5221bed5