Skip to content
Snippets Groups Projects
Commit 81a08e01 authored by Matti Picus's avatar Matti Picus
Browse files

typo

parent 7b209338
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@
order of magnitude from handwritten C.
To achieve this, we would
need to teach our JIT backends how to use modern vector instructions, like SSE
or AVM. Hence, we split the proposal into two parts, first part covers compatibility
or AVX. Hence, we split the proposal into two parts, first part covers compatibility
with a reasonable approach to keeping current speed achievements, second part
is about teaching the JIT how to vectorize certain operations, which should bring
PyPy's NumPy as a very competitive tool compared to other available
......
......@@ -88,7 +88,7 @@
order of magnitude from handwritten C.
To achieve this, we would
need to teach our JIT backends how to use modern vector instructions, like SSE
or AVM. Hence, we split the proposal into two parts, first part covers compatibility
or AVX. Hence, we split the proposal into two parts, first part covers compatibility
with a reasonable approach to keeping current speed achievements, second part
is about teaching the JIT how to vectorize certain operations, which should bring
PyPy's NumPy as a very competitive tool compared to other available
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment