aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-07 09:37:50 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-07 09:37:50 +0200
commit1c8c56210ffa2adb882f97a411c8a7facf2f4d83 (patch)
tree81479bb2b41939740d5a622dd931ff3d58e1a754 /src
parent082cdd96c693d3035539959bd8d400d19b200f67 (diff)
downloadnissy-core-1c8c56210ffa2adb882f97a411c8a7facf2f4d83.tar.gz
nissy-core-1c8c56210ffa2adb882f97a411c8a7facf2f4d83.zip
Remove double return
Diffstat (limited to 'src')
-rw-r--r--src/arch/neon.h1
1 files changed, 0 insertions, 1 deletions
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)
228 ret += p * ((mem[i] & CSEPBIT) >> 2); 228 ret += p * ((mem[i] & CSEPBIT) >> 2);
229 229
230 return ret; 230 return ret;
231 return 0;
232} 231}
233 232
234STATIC_INLINE int64_t 233STATIC_INLINE int64_t

Generated with cgit - Back to sebastiano.tronto.net