Skip to content

Commit

Permalink
Fix grammar in basic_usage.rst
Browse files Browse the repository at this point in the history
Made the warning message clearer
  • Loading branch information
Drew-j-Smith authored and serge-sans-paille committed Nov 21, 2023
1 parent 0f47da8 commit e7edad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ This example outputs:
.. warning::

If you allow your compiler to generate AVX2 instructions (e.g. through
``-mavx2``) there is nothing preventing it to optimize the above code to
optimize the above code using AVX2 instructions.
``-mavx2``) there is nothing preventing it from optimizing the above code
using AVX2 instructions.

0 comments on commit e7edad8

Please sign in to comment.