fmt-ops: add RVV optimizations for s16_to_f32d

This commit is contained in:
sunyuechi 2024-09-23 21:03:28 +08:00 committed by Wim Taymans
parent 588f2bcb69
commit 74832445ba
5 changed files with 64 additions and 0 deletions

View file

@ -444,6 +444,7 @@ DEFINE_FUNCTION(f32d_to_s16, neon);
DEFINE_FUNCTION(f32_to_s16, rvv);
DEFINE_FUNCTION(f32d_to_s16d, rvv);
DEFINE_FUNCTION(f32d_to_s16, rvv);
DEFINE_FUNCTION(s16_to_f32d, rvv);
#endif
#if defined(HAVE_SSE2)
DEFINE_FUNCTION(s16_to_f32d_2, sse2);