-
-
Notifications
You must be signed in to change notification settings - Fork 15
FEAT: Implementing same_value casting rule in quaddtype
#246
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
Open
SwayamInSync
wants to merge
41
commits into
numpy:main
Choose a base branch
from
SwayamInSync:same-value
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
fe04b3b
updating TARGET_VERSION and numpy_to_quad resove desc
SwayamInSync cdfe02c
Merge branch 'main' into same-value
SwayamInSync 9e3afc3
Merge branch 'main' into same-value
SwayamInSync 605aa59
Merge branch 'main' into same-value
SwayamInSync 9b4d83d
quad2quad
SwayamInSync 95a253a
fix heisenbugs
SwayamInSync 277ee7b
refactor aligned/unaligned into templates
SwayamInSync 5cb4e4a
resolve desc + quad2numpy loop fix
SwayamInSync 3382565
adding same_value int tests
SwayamInSync 534a64e
handling nan in same_value
SwayamInSync f696848
fix tests
SwayamInSync 22327f8
again union hesinbug?
SwayamInSync 6fa020d
just match with valueerror
SwayamInSync 0babf9d
use memcpy
SwayamInSync a5cf124
use memcmp
SwayamInSync 90b824d
switch back to no union
SwayamInSync ff69b8e
addded float tests
SwayamInSync 30f6b95
use double's tiny in ld
SwayamInSync 5c5d791
adding quad->str same_vale
SwayamInSync dde4a84
improve error msg
SwayamInSync 8862c23
make all from_quad uses const pointer to union
SwayamInSync e374a36
fixed string same_value
SwayamInSync c458d53
use quad2sleefquad
SwayamInSync 9d10144
remove non-native order tets for respective systems
SwayamInSync c17c3d0
powerpc has ld as quad
SwayamInSync ae9986b
memory barrier
SwayamInSync 308f136
will cont tomorrow from here
SwayamInSync 00acaca
quad2quad same_value
SwayamInSync e68e6be
nolong need pyucs path
SwayamInSync 3f0cf90
remove unused apis
SwayamInSync 6613125
fixing -0.0 casting
SwayamInSync ef07ab2
-nan supported
SwayamInSync 770c117
weird bug
SwayamInSync 4199b57
conjunction nan
SwayamInSync 4256e12
fixing to_quad
SwayamInSync e879e1f
adding debug
SwayamInSync a4f9359
hadling special sleef->d
SwayamInSync 61e537c
remove debug stmt
SwayamInSync 4bca201
ld handling not needed
SwayamInSync adf0bc4
improve signbit assert
SwayamInSync 22ec619
fixing conflicts
SwayamInSync File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.