Uploaded June 2014 | Updated September 2026, 2 weeks ago
This is more a demo than a tute. I hope to port the C++ directly to ASM, with a 1 to 1 relationship. We need a working HBlur in SSE before we worry about how fast it is.
Also, don't think you should be able to port 200+ lines of Assembly in 25 minutes. I don't think that's realistic. Nobody, me included, could do that. I'm making it up as I go, but only the details. It looks entirely off the cuff, like I sat down, switched the mic on and started coding. While that's true to a degree, I already know that if I follow the C++, the ASM will work out.
This is more a demo than a tute. I hope to port the C++ directly to ASM, with a 1 to 1 relationship. We need a working HBlur in SSE before we worry about how fast it is.
Also, don't think you should be able to port 200+ lines of Assembly in 25 minutes. I don't think that's realistic. Nobody, me included, could do that. I'm making it up as I go, but only the details. It looks entirely off the cuff, like I sat down, switched the mic on and started coding. While that's true to a degree, I already know that if I follow the C++, the ASM will work out.










