From cef70639d2f5d9fa9a11fe6e8c4d4086b66f723e Mon Sep 17 00:00:00 2001 From: Sergey Kopienko Date: Wed, 5 Feb 2025 17:07:12 +0100 Subject: [PATCH] documentation/library_guide/introduction.rst - sort functions by names --- documentation/library_guide/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/library_guide/introduction.rst b/documentation/library_guide/introduction.rst index 4b521f6b01b..0b32ab22d1b 100644 --- a/documentation/library_guide/introduction.rst +++ b/documentation/library_guide/introduction.rst @@ -142,8 +142,8 @@ Known Limitations * ``std::array::at`` member function cannot be used in kernels because it may throw an exception; use ``std::array::operator[]`` instead. * Due to specifics of Microsoft* Visual C++, some standard floating-point math functions - (including: ``std::ldexp``, ``std::frexp``, and the following functions when used with ``std::complex`` as argument(s): - ``std::acosh``, ``std::asin``, ``std::asinh``, ``std::asoc``, ``std::log10``, ``std::log``, ``std::pow``, ``std::sqrt``) + (including: ``std::ldexp``, ``std::frexp``), and the following functions when used with ``std::complex`` as argument(s): + ``std::acosh``, ``std::asin``, ``std::asinh``, ``std::asoc``, ``std::log10``, ``std::log``, ``std::pow``, ``std::sqrt`` require device support for double precision. * ``exclusive_scan``, ``inclusive_scan``, ``exclusive_scan_by_segment``, ``inclusive_scan_by_segment``, ``transform_exclusive_scan``, ``transform_inclusive_scan``,