Skip to content

Commit

Permalink
Update docs/source/keywords.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Arndt <[email protected]>
  • Loading branch information
JBludau and masterleinad authored Nov 18, 2024
1 parent 1c2a53e commit ef44e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ CPU architectures
-----------------

Kokkos does not automatically add or need compiler flags to optimize for a specific CPU architecture.
Nevertheless, targeting a specific architecture allows the compiler to use simd instructions on the CPU.
Nevertheless, targeting a specific architecture allows the compiler to use SIMD instructions on the CPU.
When compiling on the machine that the code also runs on, the easiest way to get the CPU code optimized is using the native option.

.. list-table::
Expand Down

0 comments on commit ef44e22

Please sign in to comment.