Skip to content

Minor math tweaks + ipow32f/ipow64f #428

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

Merged
merged 11 commits into from
Jan 24, 2019
Merged

Minor math tweaks + ipow32f/ipow64f #428

merged 11 commits into from
Jan 24, 2019

Conversation

MaxGraey
Copy link
Member

@MaxGraey MaxGraey commented Jan 18, 2019

  • added buildin ipow32f and ipow64f
  • added tests for ipow32f/ipow64f

@MaxGraey MaxGraey requested a review from dcodeIO January 19, 2019 23:01
@MaxGraey MaxGraey changed the title Minor math tweaks Minor math tweaks + ipow32f/ipow64f Jan 20, 2019
@MaxGraey
Copy link
Member Author

ipow32f and ipow64f is pretty useful for optimization ** operator when exponent argument is integer but base argument still has float type.

@dcodeIO
Copy link
Member

dcodeIO commented Jan 24, 2019

LGTM!

@dcodeIO dcodeIO merged commit c744106 into AssemblyScript:master Jan 24, 2019
@dcodeIO
Copy link
Member

dcodeIO commented Jan 24, 2019

Thanks! :)

@MaxGraey MaxGraey deleted the math-tweaks branch January 24, 2019 22:18
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

Successfully merging this pull request may close these issues.

2 participants