aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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