Skip to content

Commit

Permalink
sse2neon: do not emit any warnings on opt build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefo committed Oct 27, 2024
1 parent 63cfde1 commit 12d339e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crlib/simd/sse2neon.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12d339e

Please sign in to comment.