aboutsummaryrefslogtreecommitdiff
path: root/core/simd
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-01-28 22:18:51 +0000
committergingerBill <bill@gingerbill.org>2024-01-28 22:18:51 +0000
commit3e7e779abf305f55a5b4fe59f3b905b397c0fe87 (patch)
tree8c92f5f4fc9e7eb7d83f03c80e592c77299f06ad /core/simd
parent6a07effdd2cb7c369aa4c9711ff66b840abe3033 (diff)
Replace `core:*` to `base:*` where appropriate
Diffstat (limited to 'core/simd')
-rw-r--r--core/simd/simd.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/simd/simd.odin b/core/simd/simd.odin
index 9d530ec31..c5a594df6 100644
--- a/core/simd/simd.odin
+++ b/core/simd/simd.odin
@@ -1,7 +1,7 @@
package simd
-import "core:builtin"
-import "core:intrinsics"
+import "base:builtin"
+import "base:intrinsics"
// 128-bit vector aliases
u8x16 :: #simd[16]u8