diff options
author | Yunsup Lee <yunsup@cs.berkeley.edu> | 2013-10-16 14:27:59 -0700 |
---|---|---|
committer | Yunsup Lee <yunsup@cs.berkeley.edu> | 2013-10-17 01:03:09 -0700 |
commit | b37759445cd18d56eaa3a7705de6e6ff4c79038d (patch) | |
tree | 298e77a9443b189a1774997ae0a942b430344577 | |
parent | 5d153bd4fadf9ca331f0cafec820602bb047abf5 (diff) | |
download | riscv-tests-b37759445cd18d56eaa3a7705de6e6ff4c79038d.zip riscv-tests-b37759445cd18d56eaa3a7705de6e6ff4c79038d.tar.gz riscv-tests-b37759445cd18d56eaa3a7705de6e6ff4c79038d.tar.bz2 |
update out-of-date floating-point test in rv64uv
-rw-r--r-- | isa/rv64uv/fma.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/rv64uv/fma.S b/isa/rv64uv/fma.S index 15a9c6a..ab6f91c 100644 --- a/isa/rv64uv/fma.S +++ b/isa/rv64uv/fma.S @@ -8,7 +8,7 @@ #include "riscv_test.h" #include "test_macros.h" -RVTEST_RV64U +RVTEST_RV64UF RVTEST_CODE_BEGIN vsetcfg 3,2 |