-
Notifications
You must be signed in to change notification settings - Fork 167
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
Float: Add floating-point equals API in sail model #403
Closed
Commits on Feb 7, 2024
-
Softfloat: Add soft floating-point equals API in sail model
This patch would like to introduce the soft floating-point equals API into the sail model. Then the softfloat_interface is able to leverage the new softfloat in sail, instead of the c_emulator. * Add softfloat common for softfloat enter and leave. * Add enum like immutable exception flags. * Add softfloat equals API for half, single and double floating-point. * Replace the extern call of softfloat interface to sail model. * Add helper functions to utils. * Adjust build system for new files. Signed-off-by: Pan Li <pan2.li@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 2923e21 - Browse repository at this point
Copy the full SHA 2923e21View commit details -
Signed-off-by: Pan Li <pan2.li@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 679565c - Browse repository at this point
Copy the full SHA 679565cView commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7aac800 - Browse repository at this point
Copy the full SHA 7aac800View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b692d2 - Browse repository at this point
Copy the full SHA 4b692d2View commit details -
Remove the depends on softfloat_interface
Signed-off-by: Pan Li <pan2.li@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4c14715 - Browse repository at this point
Copy the full SHA 4c14715View commit details -
Configuration menu - View commit details
-
Copy full SHA for d756053 - Browse repository at this point
Copy the full SHA d756053View commit details
Commits on Feb 13, 2024
-
Signed-off-by: Pan Li <pan2.li@intel.com>
Configuration menu - View commit details
-
Copy full SHA for a05b202 - Browse repository at this point
Copy the full SHA a05b202View commit details
Commits on Feb 16, 2024
-
Signed-off-by: Pan Li <pan2.li@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 3200049 - Browse repository at this point
Copy the full SHA 3200049View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42396c9 - Browse repository at this point
Copy the full SHA 42396c9View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f41f24 - Browse repository at this point
Copy the full SHA 9f41f24View commit details
Commits on Apr 4, 2024
-
Address comments for code simplify.
Signed-off-by: Pan Li <pan2.li@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 88568f8 - Browse repository at this point
Copy the full SHA 88568f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d6b92 - Browse repository at this point
Copy the full SHA d9d6b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ce269 - Browse repository at this point
Copy the full SHA a4ce269View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.