GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::experimental::to_fixed_size,std::experimental::to_native,(3) C++ Standard Libary std::experimental::to_fixed_size,std::experimental::to_native,(3)

std::experimental::to_fixed_size,std::experimental::to_native, - std::experimental::to_fixed_size,std::experimental::to_native,


Defined in header <experimental/simd>
template < class T, class Abi >


fixed_size_simd<T, simd_size_v<T, Abi>> (1) (parallelism TS v2)


to_fixed_size( const simd<T, Abi>& v ) noexcept;
template < class T, class Abi >


fixed_size_simd_mask<T, simd_size_v<T, Abi>> (2) (parallelism TS v2)


to_fixed_size( const simd_mask<T, Abi>& v ) noexcept;
template < class T, std::size_t N >


native_simd<T> (3) (parallelism TS v2)


to_native( const fixed_size_simd<T, N>& v ) noexcept;
template < class T, std::size_t N >


native_simd_mask<T> (4) (parallelism TS v2)


to_native( const fixed_size_simd_mask<T, N>>& v ) noexcept;
template < class T, std::size_t N >


simd<T> (5) (parallelism TS v2)


to_compatible( const fixed_size_simd<T, N>& v ) noexcept;
template < class T, std::size_t N >


simd_mask<T> (6) (parallelism TS v2)


to_compatible( const fixed_size_simd_mask<T, N>& v )
noexcept;


Returns an simd or simd_mask object with the same elements, but a different ABI.


3-6) these functions do not participate in overloading resolution unless N is the
same as the size of the return type.


v - the input simd or simd_mask object


The simd or simd_mask object with the specified ABI.

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.