From 12d339e8f272db2fe39e4f54c430bbea1f781f7d Mon Sep 17 00:00:00 2001 From: jeefo Date: Sun, 27 Oct 2024 20:55:35 +0300 Subject: [PATCH] sse2neon: do not emit any warnings on opt build --- crlib/simd/sse2neon.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crlib/simd/sse2neon.h b/crlib/simd/sse2neon.h index 10a1196..351b8c6 100644 --- a/crlib/simd/sse2neon.h +++ b/crlib/simd/sse2neon.h @@ -110,11 +110,6 @@ #warning "GCC versions earlier than 10 are not supported." #endif -#ifdef __OPTIMIZE__ -#warning \ - "Report any potential compiler optimization issues when using SSE2NEON. See the 'Optimization' section at https://github.com/DLTcollab/sse2neon." -#endif - /* C language does not allow initializing a variable with a function call. */ #ifdef __cplusplus #define _sse2neon_const static const