aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64uf/fcvt.S
AgeCommit message (Collapse)AuthorFilesLines
2016-06-22split up rv64uf and rv64ud isa testsHoward Mao1-28/+1
2016-01-29Test that fcvt canonicalizes NaNsPalmer Dabbelt1-0/+12
I believe this is entirely within the RISC-V ISA spec: * fmv is defined to move IEEE floats * All otherwise-unspeficied floating-point operations canonicalize NaNs This test fails on Spike, but passes on Rocket. I believe this is the source of my current torture failures.
2015-01-09Add LICENSEAndrew Waterman1-0/+2
2013-05-02use RVTEST_RV64UF macro for FPU testsAndrew Waterman1-1/+1
2013-04-22initial commitYunsup Lee1-0/+54