Skip to content

Commit 9ef276c

Browse files
committed
Remove D_HardDoubleFloat version identifier.
Reverts #2466
1 parent 50cd41b commit 9ef276c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/version.dd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ $(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))
326325
$(TROW $(ARGS $(D D_SoftFloat)) , $(ARGS The target hardware does not have a floating point unit))
327326
$(TROW $(ARGS $(D D_PIC)) , $(ARGS Position Independent Code
328327
(command line switch $(DDSUBLINK dmd-linux, switch-fPIC, $(TT -fPIC))) is being generated))

0 commit comments

Comments
 (0)