Migrate Vector128 from kotlin.native to kotlinx.cinterop #KT-58402
Make kotlin.native.Vector128 a typealias for kotlinx.cinterop.Vector128 Choose source compatibility over binary compatibility.
This commit is contained in:
committed by
Space Team
parent
2823fff63d
commit
0f33d71de3
@@ -7,6 +7,8 @@
|
||||
package runtime.basic.simd
|
||||
|
||||
import kotlin.test.*
|
||||
import kotlinx.cinterop.Vector128
|
||||
import kotlinx.cinterop.vectorOf
|
||||
|
||||
|
||||
@Test fun runTest() {
|
||||
|
||||
Reference in New Issue
Block a user