(no commit message)
authorlkcl <lkcl@web>
Sun, 27 Dec 2020 22:51:03 +0000 (22:51 +0000)
committerIkiWiki <ikiwiki.info>
Sun, 27 Dec 2020 22:51:03 +0000 (22:51 +0000)
3d_gpu/architecture/dynamic_simd/logicops.mdwn

index 900274507e2e7dd7a2e9203a295cd2cb928710cd..f5ef390375c93e5652d81414e6d7927fa0faac92 100644 (file)
@@ -5,7 +5,7 @@ Links
 * <https://bugs.libre-soc.org/show_bug.cgi?id=176>
 * <https://bugs.libre-soc.org/show_bug.cgi?id=549>
 
-These are not the same as bitwise operations equivslent to:
+These are not the same as bitwise operations equivalent to:
 
      for i in range(64):
          result[i] = a[i] or b[i]