Skip to content

Commit 50cd41b

Browse files
authored
Merge pull request #2466 from ibuclaw/doublefloat
Add D_HardDoubleFloat version identifier merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2 parents 104d354 + 21757b7 commit 50cd41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/version.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
322322
(command line switch $(DDSUBLINK dmd, switch-m64, $(TT -m64))). (Do not confuse this with C's LP64 model)))
323323
$(TROW $(ARGS $(D D_X32)) , $(ARGS Pointers are 32 bits, but words are still 64 bits (x32 ABI) (This can be defined in parallel to $(D X86_64))))
324324
$(TROW $(ARGS $(D D_HardFloat)) , $(ARGS The target hardware has a floating point unit))
325+
$(TROW $(ARGS $(D D_HardDoubleFloat)) , $(ARGS The target hardware has a floating point unit and supports double-precision operations))
325326
$(TROW $(ARGS $(D D_SoftFloat)) , $(ARGS The target hardware does not have a floating point unit))
326327
$(TROW $(ARGS $(D D_PIC)) , $(ARGS Position Independent Code
327328
(command line switch $(DDSUBLINK dmd-linux, switch-fPIC, $(TT -fPIC))) is being generated))

0 commit comments

Comments
 (0)