Skip to content

Commit

Permalink
documentation/library_guide/introduction.rst - sort functions by names
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKopienko committed Feb 5, 2025
1 parent c8bd1bb commit cef7063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/library_guide/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<float>`` 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<float>`` 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``,
Expand Down

0 comments on commit cef7063

Please sign in to comment.