From 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Sep 2026 21:50:34 +0200 Subject: Added include guards --- src/arch/neon.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/arch/neon.h') diff --git a/src/arch/neon.h b/src/arch/neon.h index 501b722..faf3b8f 100644 --- a/src/arch/neon.h +++ b/src/arch/neon.h @@ -1,3 +1,6 @@ +#ifndef ARCH_NEON_H +#define ARCH_NEON_H + #define CO2_NEON vdup_n_u8(0x60) #define COCW_NEON vdup_n_u8(0x20) #define EO_NEON vdupq_n_u8(0x10) @@ -557,3 +560,5 @@ invcoord_epudsep(uint64_t i) .edge = vcombine_u8(vld1_u8(e), vld1_u8(SOLVED_H)) }; } + +#endif /* ARCH_NEON_H */ -- cgit v1.3