Skip to content

Commit

Permalink
docs: fix typo failback
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Oct 6, 2023
1 parent fb160a5 commit a5bcdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sse2neon.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ FORCE_INLINE void _sse2neon_smp_mb(void)
#define SSE2NEON_CACHELINE_SIZE 64
#endif

/* Rounding functions require either Aarch64 instructions or libm failback */
/* Rounding functions require either Aarch64 instructions or libm fallback */
#if !defined(__aarch64__) && !defined(_M_ARM64)
#include <math.h>
#endif
Expand Down

0 comments on commit a5bcdac

Please sign in to comment.