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

More examples also couldnt make CoreCLR to work on my machine. Check the example. #43

Merged
merged 2 commits into from
Oct 27, 2015

Conversation

redknightlois
Copy link
Contributor

Added RotateBits will be interesting when https://github.com/dotnet/coreclr/issues/1619 is included in the Desktop RyuJIT and the CoreCLR runtime benchmarking works properly.

Added alternative implementations of PopCount for reference

  • Naive If based implementation
  • Parallel PopCount (two operations simultaneously avoiding data hazards).

…oreclr/issues/1619 is included in the Desktop RyuJIT and the CoreCLR runtime works properly.

Added alternative implementations of PopCount for reference
 * Naive If based implementation
 * Parallel PopCount (two operations simultaneously avoiding data hazards).
@AndreyAkinshin
Copy link
Member

Thanks!
About https://github.com/dotnet/coreclr/issues/1619: it is awesome! I want to add the CoreCLR support in the nearest future (but it is not a simple issue because we should build benchmarks special way).

AndreyAkinshin added a commit that referenced this pull request Oct 27, 2015
More examples also couldnt make CoreCLR to work on my machine. Check the example.
@AndreyAkinshin AndreyAkinshin merged commit 30ba936 into dotnet:master Oct 27, 2015
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

2 participants