Skip to content

Commit

Permalink
*fix bug in test of SynetConvert32fTo8u.
Browse files Browse the repository at this point in the history
  • Loading branch information
ermig1979 committed Dec 7, 2023
1 parent 5d00aae commit 9fd556f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/TestSynetConversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace Test

TEST_EXECUTE_AT_LEAST_MIN_TIME(f2.Call(src, scale, shift, dst2, comp));

#if (defined(SIMD_X64_ENABLE) || defined(SIMD_X86_ENABLE)) && !(defined(SIMD_X86_ENABLE) && defined(NDEBUG) && defined(_MSC_VER) && _MSC_VER >= 1900 && _MSC_VER < 1920)
#if (defined(SIMD_X64_ENABLE) || defined(SIMD_X86_ENABLE)) && !(defined(SIMD_X86_ENABLE) && defined(NDEBUG) && defined(_MSC_VER) && _MSC_VER >= 1900 && _MSC_VER < 1920) && 0
int differenceMax = (Simd::Base::FmaAvoid(comp) ? 0 : 1);
#else
int differenceMax = 1;
Expand Down

0 comments on commit 9fd556f

Please sign in to comment.