From 1c8c56210ffa2adb882f97a411c8a7facf2f4d83 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 7 Oct 2024 09:37:50 +0200 Subject: Remove double return --- src/arch/neon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/neon.h') diff --git a/src/arch/neon.h b/src/arch/neon.h index acb75c3..9ebebf8 100644 --- a/src/arch/neon.h +++ b/src/arch/neon.h @@ -228,7 +228,6 @@ coord_csep(cube_t c) ret += p * ((mem[i] & CSEPBIT) >> 2); return ret; - return 0; } STATIC_INLINE int64_t -- cgit v1.3