Skip to content
Snippets Groups Projects
Unverified Commit 1d416d84 authored by Han Lu's avatar Han Lu Committed by GitHub
Browse files

quick touch (#2369)

<!-- Please make sure your PR follows our [contribution
guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib)
and agree to the terms outlined in the [PR
procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst).
-->
parent 54454228
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ compiler intrinsics for the manipulation of architecture-specific vector ...@@ -10,7 +10,7 @@ compiler intrinsics for the manipulation of architecture-specific vector
The implementation is rather loosely based on the data-parallel vector types The implementation is rather loosely based on the data-parallel vector types
proposal `P0214R6 for the C++ Parallelism TS 2 <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0214r6.pdf>`_. proposal `P0214R6 for the C++ Parallelism TS 2 <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0214r6.pdf>`_.
Unless otherwise specified, all classes, namespaces and top-level functions Unless otherwise specified, all classes, namespaces, and top-level functions
described below are all within the top-level `arb::simd` namespace. described below are all within the top-level `arb::simd` namespace.
.. rubric:: Example usage .. rubric:: Example usage
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment