[sim] added riscv folder to softfloat
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>
Wed, 18 Aug 2010 00:34:14 +0000 (17:34 -0700)
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>
Wed, 18 Aug 2010 00:34:14 +0000 (17:34 -0700)
commit9ba7af90cc234485785350b47dd063ad8298901b
tree343a0920b2a86714fcd2d806e0d6584d4bc9908d
parent932ec48ad574b31e964a7a5bf2e74138b334d731
[sim] added riscv folder to softfloat
12 files changed:
softfloat/SoftFloat-3/source/riscv/platform.h [new file with mode: 0755]
softfloat/SoftFloat-3/source/riscv/s_commonNaNToF32UI.c [new file with mode: 0755]
softfloat/SoftFloat-3/source/riscv/s_commonNaNToF64UI.c [new file with mode: 0755]
softfloat/SoftFloat-3/source/riscv/s_f32UIToCommonNaN.c [new file with mode: 0755]
softfloat/SoftFloat-3/source/riscv/s_f64UIToCommonNaN.c [new file with mode: 0755]
softfloat/SoftFloat-3/source/riscv/s_isSigNaNF32UI.c [new file with mode: 0755]
softfloat/SoftFloat-3/source/riscv/s_isSigNaNF64UI.c [new file with mode: 0755]
softfloat/SoftFloat-3/source/riscv/s_propagateNaNF32UI.c [new file with mode: 0755]
softfloat/SoftFloat-3/source/riscv/s_propagateNaNF64UI.c [new file with mode: 0755]
softfloat/SoftFloat-3/source/riscv/softfloat_raiseFlags.c [new file with mode: 0755]
softfloat/SoftFloat-3/source/riscv/softfloat_types.h [new file with mode: 0755]
softfloat/SoftFloat-3/source/riscv/specialize.h [new file with mode: 0755]