Skip to content
Snippets Groups Projects
Forked from Main Repositories / otb
Source project has a limited visibility.
  • Rashad Kanavath's avatar
    5221bed5
    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
    History
    BUG: fix sse test for msvc, gnu, clang
    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.