MonoS
MonoS
Not yet, i've only had time to write some POC code without testing it [last time i've tried i had quite some problem compiling mvtools with msys2], i've just compiled...
I've implemented ToPixels both AVX2 and SSE2, i've tested it for all values of pSrc [0 to 2^32 - 1] and had the same result as the C version [performance...
I'm doing this not only because i use mvtools quite extensively, but also for learning purposes, so i'm not doing any profiling yet. In the case of toPixels it take...
I've converted also overlaps [excluding 2xX] and tested it for all possible values of pWin and pSrc. I think i'll start to compile it and let you know if i...
As expected lost the last three hours trying to compile it without success, Jonathan Blow is right.
HI dubhater, sorry for asking, but i may need an hand in compiling it on windows, i also have a linux vm if it can help.
I had strange problem during linking and during compilation of asm files, in fact at some point i started rewriting the script from scratch using GCC but without avail, now...
i've never compiled anything with VS, the attempts i tried were on GCC on a msys2 evirorment. I'll instal the VS C/C++ compiler and let you know asap. EDIT: Ok,...
Using msys i successfully compiled all the file, and now i'm at the linking stage, when it tries to use the .asm files it raise "undefined reference to" a lot...
[test2.txt](https://github.com/dubhater/vapoursynth-mvtools/files/321771/test2.txt) Here's a log of all the messages, the first two are due to my incompetence for sure