From 123f889bf31655181b3286bd45f0ff4fb8f1397d Mon Sep 17 00:00:00 2001 From: Anonymous <65428781+00ff0000red@users.noreply.github.com> Date: Sun, 20 Dec 2020 17:58:10 -0800 Subject: [PATCH] Update SIMD.md --- proposals/simd/SIMD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/simd/SIMD.md b/proposals/simd/SIMD.md index 8aca4796f..0b324e48e 100644 --- a/proposals/simd/SIMD.md +++ b/proposals/simd/SIMD.md @@ -349,7 +349,7 @@ def S.Reduce(x): ``` There is no integer division operation provided here. This operation is not -commonly part of bit 128-bit SIMD ISAs. +commonly part of 128-bit SIMD ISAs. ### Integer addition * `i8x16.add(a: v128, b: v128) -> v128`