[project @ 2000-01-18 13:29:35 by sewardj]
Don't spew floating/double literals into assembly output, since this causes difficulties with FP numbers near the edges of the allowed ranges. Instead, convert them to a sequence of bytes and emit those.
Showing
- ghc/compiler/nativeGen/MachCode.lhs 3 additions, 3 deletionsghc/compiler/nativeGen/MachCode.lhs
- ghc/compiler/nativeGen/MachRegs.lhs 1 addition, 7 deletionsghc/compiler/nativeGen/MachRegs.lhs
- ghc/compiler/nativeGen/PprMach.lhs 65 additions, 18 deletionsghc/compiler/nativeGen/PprMach.lhs
- ghc/compiler/nativeGen/Stix.lhs 1 addition, 1 deletionghc/compiler/nativeGen/Stix.lhs
Loading
Please register or sign in to comment