Rv32ud tests (#108)
[riscv-tests.git] / isa / rv64ud / fmin.S
index 55df33d207ed155c335f8a26f0425865ee76f011..10ff8e6a3abab4c82bd8dde0eb0c773cab4112bf 100644 (file)
 RVTEST_RV64UF
 RVTEST_CODE_BEGIN
 
+#if __riscv_xlen == 32
+    # Replace the function with the 32-bit variant defined in test_macros.h
+    #undef TEST_FP_OP2_D
+    #define TEST_FP_OP2_D TEST_FP_OP2_D32
+#endif
+
   #-------------------------------------------------------------
   # Arithmetic tests
   #-------------------------------------------------------------