Rv32ud tests (#108)
[riscv-tests.git] / isa / rv64ud / fmadd.S
index 7a69aada1abd83f666ade883057f9ca993198f3c..1e3ba669e324ec52964074d544ec8d34fe1a97f3 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_OP3_D
+    #define TEST_FP_OP3_D TEST_FP_OP3_D32
+#endif
+
   #-------------------------------------------------------------
   # Arithmetic tests
   #-------------------------------------------------------------