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

Add FP primitives to take advantage of SSE2 intrinsics #142

Merged
merged 2 commits into from
Aug 29, 2017
Merged

Conversation

blairmcg
Copy link
Contributor

No description provided.

These were replaced by implementations in C++ some months ago, in order
to take advantage of newer FP instructions from SSE2, etc.
Many of the FP operations call the CRT via external calls from the image.
This decision was trading off performance against having to maintain a
large number of FP primitives written in assembler. Now that the FP
primitives can be written efficiently in C++, there is no reason not to
add primitives for the common mathematical functions.
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.

None yet

1 participant