From ac44c54b491f880fb8dea95e5ba24ee583613468 Mon Sep 17 00:00:00 2001 From: Yang Hau Date: Mon, 4 Mar 2024 11:13:39 +0900 Subject: [PATCH] wip --- test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.c b/test.c index c23b549d..0947768e 100644 --- a/test.c +++ b/test.c @@ -3,7 +3,7 @@ int main() { - int8x8_t a; - int8x8_t _a = vrev16_s8(a); + float32x4_t a; + vrev64_f32(vget_low_f32((a))); return 0; } \ No newline at end of file