Author :
Sam Lantinga
Date :
2021-01-27 12:50:09
Hash :24d6fda2 Message :Fixed bug 3816 - asm code in video/SDL_stretch.c
Sylvain
I propose this new version for SDL_stretch.c that drops mprotect and asm
Code is similar to the StretchLinear, but the steps computation are kept similar to the nearest.
so that:
- it's pixel perfect with nearest
- as fast as asm I think
- no asm, nor mprotect
- benefit for all archicture