Skip to content

Commit e720877

Browse files
committed
[skip ci] typo
1 parent d027390 commit e720877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/bcmath/libbcmath/src/convert.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ char *bc_copy_and_toggle_bcd(char *restrict dest, const char *source, const char
2424
const size_t bulk_shift = SWAR_REPEAT('0');
2525

2626
#ifdef HAVE_BC_SIMD_128
27-
/* SIMD SSE2 of NEON bulk shift + copy */
27+
/* SIMD SSE2 or NEON bulk shift + copy */
2828
bc_simd_128_t shift_vector = bc_simd_set_8x16('0');
2929
while (source + sizeof(bc_simd_128_t) <= source_end) {
3030
bc_simd_128_t bytes = bc_simd_load_8x16((const bc_simd_128_t *) source);

0 commit comments

Comments
 (0)