Difference between revisions of "Porting/SDL"

From RCS Wiki
Jump to navigation Jump to search
(PR 7684 released in v2.28.0)
(Implement mathematically correct scalar and x86 SIMD blitters)
 
Line 5: Line 5:
 
* [https://github.com/libsdl-org/SDL/pull/7684 SDL_blit_N.c: Move ppc64le swizzle outside of loop]
 
* [https://github.com/libsdl-org/SDL/pull/7684 SDL_blit_N.c: Move ppc64le swizzle outside of loop]
 
** Fixed in v2.28.0.
 
** Fixed in v2.28.0.
 +
 +
= In progress =
 +
 +
* Investigate whether [https://github.com/libsdl-org/SDL/pull/8206 Implement mathematically correct scalar and x86 SIMD blitters] should be ported to VSX (either native or via compile-time SSE to VSX translation).
  
 
[[Category:Ports]]
 
[[Category:Ports]]

Latest revision as of 11:53, 9 July 2024

Finished

In progress