<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/SIMDScalar",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:s10SIMDScalarP"
  },
  "title" : "SIMDScalar"
}
-->

# SIMDScalar

A type that can be used as an element in a SIMD vector.

```
protocol SIMDScalar : BitwiseCopyable
```

## Relationships

### Conforming Types

[`UInt`](/documentation/Swift/UInt)

[`Int64`](/documentation/Swift/Int64)

[`Int32`](/documentation/Swift/Int32)

[`Float`](/documentation/Swift/Float)

[`Double`](/documentation/Swift/Double)

[`UInt8`](/documentation/Swift/UInt8)

[`Float16`](/documentation/Swift/Float16)

[`Int`](/documentation/Swift/Int)

[`UInt64`](/documentation/Swift/UInt64)

[`UInt32`](/documentation/Swift/UInt32)

[`Int8`](/documentation/Swift/Int8)

[`Int16`](/documentation/Swift/Int16)

[`UInt16`](/documentation/Swift/UInt16)

### Inherits From

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)