---
title: "init(_:)"
framework: swift
role: symbol
role_heading: Initializer
path: "swift/simd8/init(_:)-20rv4"
---

# init(_:)

Creates a new vector from the given vector of floating-point values.

## Declaration

```swift
init<Other>(_ other: SIMD8<Other>) where Other : BinaryFloatingPoint, Other : SIMDScalar
```

## Parameters

- `other`: The vector to convert.
