diff options
Diffstat (limited to 'isa/rv32uzfh/fmadd.S')
-rw-r--r-- | isa/rv32uzfh/fmadd.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/isa/rv32uzfh/fmadd.S b/isa/rv32uzfh/fmadd.S new file mode 100644 index 0000000..2a5ea91 --- /dev/null +++ b/isa/rv32uzfh/fmadd.S @@ -0,0 +1,7 @@ +# See LICENSE for license details. + +#include "riscv_test.h" +#undef RVTEST_RV64UH +#define RVTEST_RV64UH RVTEST_RV32UH + +#include "../rv64uzfh/fmadd.S" |