Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/experimental/simd"

From cppreference.com
Line 21: Line 21:
 
{{dsc talias | cpp/experimental/simd/compatible | tag type that ensures ABI compatibility | notes={{mark since parallelism_ts_2}}}}
 
{{dsc talias | cpp/experimental/simd/compatible | tag type that ensures ABI compatibility | notes={{mark since parallelism_ts_2}}}}
 
{{dsc talias | cpp/experimental/simd/native | tag type that is most efficient | notes={{mark since parallelism_ts_2}}}}
 
{{dsc talias | cpp/experimental/simd/native | tag type that is most efficient | notes={{mark since parallelism_ts_2}}}}
{{dsc const | cpp/experimental/simd/max_fixed_size | | notes={{mark since parallelism_ts_2}}}}
+
{{dsc const | cpp/experimental/simd/max_fixed_size | the number of elements guaranteed to be supported when using fixed | notes={{mark since parallelism_ts_2}}}}
 
{{dsc end}}
 
{{dsc end}}
  

Revision as of 13:10, 1 February 2018

 
 
Experimental
Technical Specification
Filesystem library (filesystem TS)
Library fundamentals (library fundamentals TS)
Library fundamentals 2 (library fundamentals TS v2)
Library fundamentals 3 (library fundamentals TS v3)
Extensions for parallelism (parallelism TS)
Extensions for parallelism 2 (parallelism TS v2)
Extensions for concurrency (concurrency TS)
Extensions for concurrency 2 (concurrency TS v2)
Concepts (concepts TS)
Ranges (ranges TS)
Reflection (reflection TS)
Mathematical special functions (special functions TR)
Experimental Non-TS
Pattern Matching
Linear Algebra
std::execution
Contracts
2D Graphics
 
 
 
Defined in header <experimental/simd>

Contents

Main classes

(parallelism TS v2)
data-parallel vector type
(class template) [edit]
(parallelism TS v2)
data-parallel type with the element type bool
(class template) [edit]

ABI tags

Defined in namespace std::experimental::simd_abi
(parallelism TS v2)
tag type for storing a single element
(class)
(parallelism TS v2)
tag type for storing specified number of elements
(class template)
(parallelism TS v2)
tag type that ensures ABI compatibility
(alias template)
(parallelism TS v2)
tag type that is most efficient
(alias template)
(parallelism TS v2)
the number of elements guaranteed to be supported when using fixed
(constant)

Alignment tags


(class)

(class)
(parallelism TS v2)

(class template)

Where expression

(parallelism TS v2)

(class template)
(parallelism TS v2)

(class template)
(parallelism TS v2)

(function template)

Casts

(parallelism TS v2)

(function template)

(function template)
(parallelism TS v2)

(function template)
(parallelism TS v2)

(function template)

Algorithms

(parallelism TS v2)

(function template)
(parallelism TS v2)

(function template)
(parallelism TS v2)

(function template)
(parallelism TS v2)

(function template)

Reduction

(parallelism TS v2)

(function template)
(parallelism TS v2)

(function template)
(parallelism TS v2)

(function template)

Mask reduction


(function template)
(parallelism TS v2)

(function template)

(function template)

Traits

(parallelism TS v2)

(class template)
(parallelism TS v2)

(class template)
(parallelism TS v2)

(class template)

(class template)
(parallelism TS v2)

(class template)

(class template)
(parallelism TS v2)

(class template)

Helpers

(parallelism TS v2)

(alias template)
(parallelism TS v2)

(alias template)
(parallelism TS v2)

(alias template)
(parallelism TS v2)

(alias template)

Math functions

Example