-
-
Notifications
You must be signed in to change notification settings - Fork 40.4k
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
rewrite of WPM.c (no float) #13359
rewrite of WPM.c (no float) #13359
Conversation
Thank you for your contribution! |
Thank you for your contribution! |
Still awaiting approval or feedback... |
Looks good, and improves the behavior of the code. However, this does compete with #13902. Both do look good, though. |
I'm going to go ahead and close this PR, since the wpm feature no longer uses floats. |
Description
The
wpm.c
implementation was rewritten to basically remove the use of float due to the resulting large code size increase.Types of Changes
Checklist