ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.04k stars 407 forks source link

Test failed #173

Closed oniliste closed 2 years ago

oniliste commented 3 years ago

@ermig1979 Hello , I find some failed test on version 4.9.104

OS: Windows 10 , compiler: VS2015

Win32 Debug failed tests: VectorNormNp16fAutoTest CosineDistance16fAutoTest crashed at 3rd sub-test (after canceled VectorNormNp16fAutoTest) SynetScale8iForwardAutoTest

Win32 Release failed tests: VectorNormNp16fAutoTest

X64 Debug failed tests: VectorNormNp16fAutoTest

ermig1979 commented 3 years ago

Thank you for bug report! I will check it and fix.