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

Optimised shift left and shift right experimental implementations. #248

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

rodiazet
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2022

Codecov Report

Merging #248 (75a6ed3) into master (2f62de7) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 75a6ed3 differs from pull request most recent head 494b42a. Consider uploading reports for the commit 494b42a to get more accurate results

@@            Coverage Diff             @@
##            master      #248    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            9        11     +2     
  Lines         1896      2004   +108     
==========================================
+ Hits          1896      2004   +108     
Flag Coverage Δ
32bit 100.00% <100.00%> (ø)
gcc 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
test/experimental/shl.hpp 100.00% <100.00%> (ø)
test/experimental/shr.hpp 100.00% <100.00%> (ø)
test/unittests/test_bitwise.cpp 100.00% <100.00%> (ø)

@sonarcloud
Copy link

sonarcloud bot commented Sep 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 37 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@chfast
Copy link
Owner

chfast commented Dec 27, 2023

Some new improved implementation idea: https://godbolt.org/z/n751Wo7x5.

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.

3 participants