fmt-ops: add RVV optimizations for s32_to_f32d

This commit is contained in:
sunyuechi 2024-09-29 11:17:18 +08:00 committed by hleft
parent 0e5d8fdc3b
commit 245adda985
5 changed files with 64 additions and 0 deletions

View file

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