diff --git a/doc/dev/simd_api.rst b/doc/dev/simd_api.rst index 37b5b5cde08a16bf62d20ac48285acda20d4c40a..264e8da8fc4f7fa2c3dc47d9a9a19c8d1fff38a5 100644 --- a/doc/dev/simd_api.rst +++ b/doc/dev/simd_api.rst @@ -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 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. .. rubric:: Example usage