Protocol
SIMDScalar
A type that can be used as an element in a SIMD vector.
SIMDベクターにおける要素として使用できるある型。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
protocol SIMDScalar
Topics 話題
Associated Types さまざまな関連型
See Also 参照
Supporting Types 支援を行う型
protocol SIMD
A SIMD vector of a fixed number of elements.
固定された数の要素のSIMDベクター。
protocol SIMDStorage
A type that can function as storage for a SIMD vector type.
ある型、それは、SIMDベクター型に対するストレージとして機能できるものです。