Sam Lantinga
Sam Lantinga
I don't think we want to convert to entirely 64-bit math, and we don't want to add mul/add overflow functions everywhere, so I've added https://github.com/libsdl-org/SDL/pull/10336, which will help with the...
@madebr, can we add running some specific tests that would exercise the SIMD code paths to CI, with the environment variable you added?
Hmm, any particular reason you put those files in a subdirectory? I don't think we typically do that for intrinsic optimized routines, and they could just go in the video...
@aronson, can you add some test cases to testautomation to validate these blitters, so we can catch regressions in the future?
Can you verify the correctness of the blending, both in SDL and in your blitters? We have an open issue to go back and look at the SDL blitters and...
Yep, that's the one, thanks!
Also related: https://github.com/libsdl-org/SDL/issues/6990
Here's the log from the affected system: ``` 10-10 17:52:30.682 19827 19827 V SDL : nativeSetupJNI() 10-10 17:52:30.684 19827 19827 V SDL : AUDIO nativeSetupJNI() 10-10 17:52:30.684 19827 19827 V...