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

Remaining Programming Examples to Peano #1851

Merged
merged 8 commits into from
Oct 19, 2024
Merged

Remaining Programming Examples to Peano #1851

merged 8 commits into from
Oct 19, 2024

Conversation

jgmelber
Copy link
Collaborator

Builds on #1847

jsetoain and others added 2 commits October 18, 2024 12:01
Peano needs the shift amount in the call to `shift_bytes` to be
unsigned, otherwise the call is ambiguous.
jgmelber and others added 2 commits October 18, 2024 12:21
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Oct 18, 2024

Coverage Report

Created: 2024-10-18 23:49

Click here for information about interpreting this report.

FilenameFunction CoverageLine CoverageRegion CoverageBranch Coverage
Totals- - - -
Generated by llvm-cov -- llvm version 14.0.0

@jgmelber jgmelber marked this pull request as ready for review October 18, 2024 23:43
@jgmelber jgmelber added this pull request to the merge queue Oct 18, 2024
@jgmelber jgmelber removed this pull request from the merge queue due to a manual request Oct 18, 2024
v16int32 fifth = add(fourth, fourth_shift);
int32_t last = extract_elem(fifth, 0);
int32_t last = extract_elem(fifth, 0U);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The API looks painful to use.
@jorgeb So, isn't it a problem with shift_bytes definition at the first place to forbid signed integers?

@jgmelber jgmelber added this pull request to the merge queue Oct 19, 2024
Merged via the queue into main with commit acccf76 Oct 19, 2024
57 checks passed
@jgmelber jgmelber deleted the peano-ambiguous branch October 19, 2024 00:28
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.

4 participants