Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIMD to assist VGA rendering #8

Open
sandwichdoge opened this issue Aug 28, 2020 · 1 comment
Open

SIMD to assist VGA rendering #8

sandwichdoge opened this issue Aug 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@sandwichdoge
Copy link
Owner

sandwichdoge commented Aug 28, 2020

Using SSE. Check cpuid for this feature first, then implement in memcpy.
Once it's fast enough, we may use full LFB flushing. Aim to achieve at least 60FPS on 800x600x32.

@sandwichdoge sandwichdoge added the enhancement New feature or request label Aug 28, 2020
@sandwichdoge
Copy link
Owner Author

SSE should be selected during compile time.
-DWITH_SIMD_SSE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant