aboutsummaryrefslogtreecommitdiff
path: root/isa/rv32uf/fmadd.S
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-09-06 23:58:57 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-09-06 23:58:57 -0700
commitd2aeeedd0727804bf3a7d07b5efb4d00b67f0f33 (patch)
tree111788b4a0ee564afe95fd1b89281ba88fcf3fee /isa/rv32uf/fmadd.S
parent2c1ebadc2cf7c07824b76694f7cc7ed2b8d9891a (diff)
downloadriscv-tests-d2aeeedd0727804bf3a7d07b5efb4d00b67f0f33.zip
riscv-tests-d2aeeedd0727804bf3a7d07b5efb4d00b67f0f33.tar.gz
riscv-tests-d2aeeedd0727804bf3a7d07b5efb4d00b67f0f33.tar.bz2
Add rv32uf tests
Diffstat (limited to 'isa/rv32uf/fmadd.S')
-rw-r--r--isa/rv32uf/fmadd.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/isa/rv32uf/fmadd.S b/isa/rv32uf/fmadd.S
new file mode 100644
index 0000000..8a5aacb
--- /dev/null
+++ b/isa/rv32uf/fmadd.S
@@ -0,0 +1,7 @@
+# See LICENSE for license details.
+
+#include "riscv_test.h"
+#undef RVTEST_RV64UF
+#define RVTEST_RV64UF RVTEST_RV32UF
+
+#include "../rv64uf/fmadd.S"