-
Notifications
You must be signed in to change notification settings - Fork 107
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
Use upstream SoftFloat and unify build system #557
base: master
Are you sure you want to change the base?
Conversation
Code Review Agent Run #ba12d7Actionable Suggestions - 1
Review Details
|
Changelist by BitoThis pull request implements the following key changes.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmarks
Benchmark suite | Current: b41f6fa | Previous: 8bcf084 | Ratio |
---|---|---|---|
Dhrystone |
1321 Average DMIPS over 10 runs |
1318 Average DMIPS over 10 runs |
1.00 |
Coremark |
946.94 Average iterations/sec over 10 runs |
948.979 Average iterations/sec over 10 runs |
1.00 |
This comment was automatically generated by workflow using github-action-benchmark.
a78b90b
to
2b375ea
Compare
Code Review Agent Run #e1b2a2Actionable Suggestions - 0Review Details
|
2b375ea
to
d3275eb
Compare
Code Review Agent Run #990067Actionable Suggestions - 0Review Details
|
d3275eb
to
8bcf084
Compare
Code Review Agent Run #81a04aActionable Suggestions - 1
Review Details
|
Replace custom Berkeley SoftFloat 3 package in 'src/softfloat' with the upstream one. It streamlines build system onfiguration for consistency.
8bcf084
to
b41f6fa
Compare
Code Review Agent Run #917e75Actionable Suggestions - 1
Review Details
|
Replace custom Berkeley SoftFloat 3 package in 'src/softfloat' with the upstream one. It streamlines build system onfiguration for consistency.
Summary by Bito
This PR integrates the upstream Berkeley SoftFloat 3 package, replacing the custom version. The changes focus on build system improvements through a new mk/softfloat.mk file, updated submodule configuration, and streamlined header paths. The modifications enhance build organization and dependency management for SoftFloat-related components.Unit tests added: False
Estimated effort to review (1-5, lower is better): 2