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

`-oh=log.html` creates an empty directory instead of writing to log.html #153

Closed ngzhian closed 3 years ago

ngzhian commented 3 years ago

I just tried building with defaults and running: Test -fi=Yuv420pToBgra -oh=log.html. It creates a empty director log.html.

Same with -ot=log.txt it also creates an empty directory log.txt.

ermig1979 commented 3 years ago

Thank you for bug report! The error was fixed.

ngzhian commented 3 years ago

Checked that this is fixed by a51408c74f93c22652d57506b7909c0f3c59328a, thanks!