Skip to content

Commit 89e183f

Browse files
nurmukhametovaneshlya
authored andcommitted
Fix spelling of architectures
1 parent de099c5 commit 89e183f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1>Overview</h1>
7373
<p><tt>ispc</tt> compiles a C-based SPMD programming language to
7474
run on the SIMD units of CPUs and GPUs; it frequently provides
7575
a 3x or more speedup on architectures with 4-wide vector SSE units
76-
and 5x-6x on archituctures with 8-wide AVX vector units, without
76+
and 5x-6x on architectures with 8-wide AVX vector units, without
7777
any of the difficulty of writing intrinsics code. Parallelization
7878
across multiple cores is also supported by <tt>ispc</tt>, making it
7979
possible to write programs that achieve performance improvement

0 commit comments

Comments
 (0)