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

replace floating point math by integer math #1

Open
das-g opened this issue Jul 14, 2019 · 0 comments
Open

replace floating point math by integer math #1

das-g opened this issue Jul 14, 2019 · 0 comments

Comments

@das-g
Copy link
Owner

das-g commented Jul 14, 2019

The current code uses floating point math at several places. As the currently available PewPew devices (or at least the EuroPython 2019 version - dunno about the others) do not have an in-circuit floating point unit, they have to emulate that with integer operations. Using dedicated integer operations in the first place (in the code) would probably be more efficient.

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

No branches or pull requests

1 participant