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

Benchmark: atoi SSE is worst case #35

Open
amosr opened this issue Nov 29, 2016 · 1 comment
Open

Benchmark: atoi SSE is worst case #35

amosr opened this issue Nov 29, 2016 · 1 comment

Comments

@amosr
Copy link
Contributor

amosr commented Nov 29, 2016

We're only testing the 'leftover' case where we can't do a full mm128 load. It is also worth testing the good case, probably just by padding spaces at the end of the input string.

@amosr
Copy link
Contributor Author

amosr commented Nov 29, 2016

and implement a case which calls unvectorised if input < 16 and vectorised otherwise, or whatever the sweet spot is

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