Skip to content

Commit

Permalink
Improve unsupported target message (#630)
Browse files Browse the repository at this point in the history
Close #629
  • Loading branch information
ankith26 committed Apr 18, 2024
1 parent 8df2f48 commit ab7a347
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sse2neon.h
Expand Up @@ -241,7 +241,9 @@ FORCE_INLINE void _sse2neon_smp_mb(void)
#pragma GCC push_options
#endif
#else
#error "Unsupported target. Must be either ARMv7-A+NEON or ARMv8-A."
#error \
"Unsupported target. Must be either ARMv7-A+NEON or ARMv8-A \
(you could try setting target explicitly with -march or -mcpu)"
#endif
#endif

Expand Down

0 comments on commit ab7a347

Please sign in to comment.