We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5182 - sdlgenblit.pl / SDL_blit_auto.c does not use DUFFS_LOOP
Summary: sdlgenblit.pl / SDL_blit_auto.c does not use DUFFS_LOOP
Status: WAITING
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.12
Hardware: All All
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-10 10:48 UTC by bugmenot_0
Modified: 2020-06-10 15:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugmenot_0 2020-06-10 10:48:24 UTC
To my surprise, sdlgenblit.pl does not appear to use `DUFFS_LOOP`. Most other blitters do this though.

Why is this?

It should be tested if this affects performance.
Comment 1 Sam Lantinga 2020-06-10 15:52:45 UTC
Patches are welcome!

Please include optimized benchmark timing results and code size difference for your changes.