mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-07 12:07:17 +00:00
707fd44038
* rounding modes for fp add, mul, sub now use .rn * float -> int rounding correctly uses .rzi not .rni * 32bit fdiv for sm13 uses div.rn (instead of div.approx) * 32bit fdiv for sm10 now uses div (instead of div.approx) Approx is not IEEE 754 compatible (and should be optionally set by a flag to the backend instead). The .rn rounding modifier is the PTX default anyway, but it's better to be explicit. All these modifiers should be available by using __fmul_rz functions for example, but support will need to be added for this in the backend. Patch by Dan Bailey git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133253 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
TargetInfo | ||
CMakeLists.txt | ||
Makefile | ||
PTX.h | ||
PTX.td | ||
PTXAsmPrinter.cpp | ||
PTXCallingConv.td | ||
PTXFrameLowering.cpp | ||
PTXFrameLowering.h | ||
PTXInstrFormats.td | ||
PTXInstrInfo.cpp | ||
PTXInstrInfo.h | ||
PTXInstrInfo.td | ||
PTXIntrinsicInstrInfo.td | ||
PTXISelDAGToDAG.cpp | ||
PTXISelLowering.cpp | ||
PTXISelLowering.h | ||
PTXMachineFunctionInfo.h | ||
PTXMCAsmInfo.cpp | ||
PTXMCAsmInfo.h | ||
PTXMCAsmStreamer.cpp | ||
PTXMFInfoExtract.cpp | ||
PTXRegisterInfo.cpp | ||
PTXRegisterInfo.h | ||
PTXRegisterInfo.td | ||
PTXSubtarget.cpp | ||
PTXSubtarget.h | ||
PTXTargetMachine.cpp | ||
PTXTargetMachine.h |