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

branch less than unsigned #2860

Merged
merged 10 commits into from
Dec 24, 2024
Merged

branch less than unsigned #2860

merged 10 commits into from
Dec 24, 2024

Conversation

svv232
Copy link
Member

@svv232 svv232 commented Dec 1, 2024

No description provided.

Copy link

codecov bot commented Dec 2, 2024

Codecov Report

Attention: Patch coverage is 0% with 24 lines in your changes missing coverage. Please review.

Project coverage is 72.15%. Comparing base (5efc2f8) to head (f947528).
Report is 14 commits behind head on master.

Files with missing lines Patch % Lines
o1vm/src/interpreters/riscv32im/interpreter.rs 0.00% 24 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2860      +/-   ##
==========================================
- Coverage   72.19%   72.15%   -0.05%     
==========================================
  Files         259      259              
  Lines       61488    61513      +25     
==========================================
- Hits        44393    44386       -7     
- Misses      17095    17127      +32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@svv232 svv232 requested a review from dannywillems December 17, 2024 05:59

let rd_scratch = env.alloc_scratch();
let less_than = unsafe { env.test_less_than(&local_rs1, &local_rs2, rd_scratch) };
// debug!("less_than: {:?}", less_than);
Copy link
Member

Choose a reason for hiding this comment

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

Can you remove it please?

Copy link
Member

@dannywillems dannywillems left a comment

Choose a reason for hiding this comment

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

see comments

let local_rs1 = env.read_register(&rs1);
let local_rs2 = env.read_register(&rs2);

let rd_scratch = env.alloc_scratch();
Copy link
Member

Choose a reason for hiding this comment

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

Can we keep it in the scope of less_than, please?

@svv232 svv232 requested a review from dannywillems December 23, 2024 20:59
Base automatically changed from sai/branch-gte to master December 24, 2024 19:49
@svv232 svv232 merged commit 085ff46 into master Dec 24, 2024
7 of 8 checks passed
@svv232 svv232 deleted the sai/branch-ltu branch December 24, 2024 20:14
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.

2 participants