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.
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
add floating point fadd code gen #20822
add floating point fadd code gen #20822
Changes from all commits
0118e7c
1b630fb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 2277 in compiler/src/dmd/backend/arm/cod1.d
compiler/src/dmd/backend/arm/cod1.d#L2277
Check warning on line 79 in compiler/src/dmd/backend/arm/cod2.d
compiler/src/dmd/backend/arm/cod2.d#L79
Check warning on line 83 in compiler/src/dmd/backend/arm/cod2.d
compiler/src/dmd/backend/arm/cod2.d#L83
Check warning on line 85 in compiler/src/dmd/backend/arm/cod2.d
compiler/src/dmd/backend/arm/cod2.d#L85
Check warning on line 93 in compiler/src/dmd/backend/arm/cod2.d
compiler/src/dmd/backend/arm/cod2.d#L93
Check warning on line 95 in compiler/src/dmd/backend/arm/cod2.d
compiler/src/dmd/backend/arm/cod2.d#L95
Check warning on line 97 in compiler/src/dmd/backend/arm/cod2.d
compiler/src/dmd/backend/arm/cod2.d#L97
Check warning on line 99 in compiler/src/dmd/backend/arm/cod2.d
compiler/src/dmd/backend/arm/cod2.d#L99
Check warning on line 104 in compiler/src/dmd/backend/arm/cod2.d
compiler/src/dmd/backend/arm/cod2.d#L104
Check warning on line 108 in compiler/src/dmd/backend/arm/cod2.d
compiler/src/dmd/backend/arm/cod2.d#L106-L108
Check warning on line 114 in compiler/src/dmd/backend/arm/cod2.d
compiler/src/dmd/backend/arm/cod2.d#L112-L114
Check warning on line 118 in compiler/src/dmd/backend/arm/cod2.d
compiler/src/dmd/backend/arm/cod2.d#L116-L118
Check warning on line 125 in compiler/src/dmd/backend/arm/cod2.d
compiler/src/dmd/backend/arm/cod2.d#L123-L125
Check warning on line 750 in compiler/src/dmd/backend/arm/instr.d
compiler/src/dmd/backend/arm/instr.d#L746-L750
Check warning on line 755 in compiler/src/dmd/backend/arm/instr.d
compiler/src/dmd/backend/arm/instr.d#L755
Check warning on line 759 in compiler/src/dmd/backend/arm/instr.d
compiler/src/dmd/backend/arm/instr.d#L759
Check warning on line 763 in compiler/src/dmd/backend/arm/instr.d
compiler/src/dmd/backend/arm/instr.d#L763
Check warning on line 767 in compiler/src/dmd/backend/arm/instr.d
compiler/src/dmd/backend/arm/instr.d#L767
Check warning on line 771 in compiler/src/dmd/backend/arm/instr.d
compiler/src/dmd/backend/arm/instr.d#L771
Check warning on line 775 in compiler/src/dmd/backend/arm/instr.d
compiler/src/dmd/backend/arm/instr.d#L775
Check warning on line 779 in compiler/src/dmd/backend/arm/instr.d
compiler/src/dmd/backend/arm/instr.d#L779
Check warning on line 783 in compiler/src/dmd/backend/arm/instr.d
compiler/src/dmd/backend/arm/instr.d#L783
Check warning on line 787 in compiler/src/dmd/backend/arm/instr.d
compiler/src/dmd/backend/arm/instr.d#L787
Check warning on line 157 in compiler/src/dmd/backend/debugprint.d
compiler/src/dmd/backend/debugprint.d#L156-L157
Check warning on line 159 in compiler/src/dmd/backend/debugprint.d
compiler/src/dmd/backend/debugprint.d#L159
Check warning on line 3006 in compiler/src/dmd/backend/x86/cgcod.d
compiler/src/dmd/backend/x86/cgcod.d#L3006
Check warning on line 1530 in compiler/src/dmd/backend/x86/cod3.d
compiler/src/dmd/backend/x86/cod3.d#L1529-L1530