vectorOf

external fun vectorOf(f0: Float, f1: Float, f2: Float, f3: Float): Vector128(source)
external fun vectorOf(f0: Int, f1: Int, f2: Int, f3: Int): Vector128(source)

Deprecated

Warning since 1.9

Use kotlinx.cinterop.vectorOf instead.

Replace with

kotlinx.cinterop.vectorOf(f0, f1, f2, f3)

Since Kotlin

1.3