diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2016-09-06 23:58:57 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2016-09-06 23:58:57 -0700 |
commit | d2aeeedd0727804bf3a7d07b5efb4d00b67f0f33 (patch) | |
tree | 111788b4a0ee564afe95fd1b89281ba88fcf3fee /isa/rv32uf/fclass.S | |
parent | 2c1ebadc2cf7c07824b76694f7cc7ed2b8d9891a (diff) | |
download | riscv-tests-d2aeeedd0727804bf3a7d07b5efb4d00b67f0f33.zip riscv-tests-d2aeeedd0727804bf3a7d07b5efb4d00b67f0f33.tar.gz riscv-tests-d2aeeedd0727804bf3a7d07b5efb4d00b67f0f33.tar.bz2 |
Add rv32uf tests
Diffstat (limited to 'isa/rv32uf/fclass.S')
-rw-r--r-- | isa/rv32uf/fclass.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/isa/rv32uf/fclass.S b/isa/rv32uf/fclass.S new file mode 100644 index 0000000..19bbcc5 --- /dev/null +++ b/isa/rv32uf/fclass.S @@ -0,0 +1,7 @@ +# See LICENSE for license details. + +#include "riscv_test.h" +#undef RVTEST_RV64UF +#define RVTEST_RV64UF RVTEST_RV32UF + +#include "../rv64uf/fclass.S" |