get rid of RVTEST_PASS_NOFP
[riscv-tests.git] / env / pm / riscv_test.h
index 102e6e0036e9e36cf52c9cbb445c689680ebb87e..357fd3d4990e7727d225c5f8107041f268f2cf7f 100644 (file)
   mtfsr x0;                                                             \
 1:
 
-#define RVTEST_PASS_NOFP                                                \
-  RVTEST_FP_ENABLE                                                      \
-  bnez a0, 2f;                                                          \
-  RVTEST_PASS                                                           \
-2:                                                                      \
-
 #define RVTEST_VEC_ENABLE                                               \
   mfpcr a0, cr0;                                                        \
   ori   a0, a0, 4;                                                      \