aboutsummaryrefslogtreecommitdiff
path: root/source/scale_rvv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'source/scale_rvv.cc')
-rw-r--r--source/scale_rvv.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/scale_rvv.cc b/source/scale_rvv.cc
index fd14842d..de037e45 100644
--- a/source/scale_rvv.cc
+++ b/source/scale_rvv.cc
@@ -130,6 +130,7 @@ void ScaleARGBRowDown2Box_RVV(const uint8_t* src_argb,
}
#endif
+#ifdef HAS_SCALEARGBROWDOWNEVEN_RVV
void ScaleARGBRowDownEven_RVV(const uint8_t* src_argb,
ptrdiff_t src_stride,
int src_stepx,
@@ -148,6 +149,7 @@ void ScaleARGBRowDownEven_RVV(const uint8_t* src_argb,
dst += vl;
} while (w > 0);
}
+#endif
#ifdef HAS_SCALEARGBROWDOWNEVENBOX_RVV
void ScaleARGBRowDownEvenBox_RVV(const uint8_t* src_argb,