From 2185dada56a7c649d11c4e2edea63b0595f69061 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 27 May 2022 14:26:02 +0100 Subject: [PATCH] Change package name --- core/simd/x86/sse.odin | 4 ++-- core/simd/x86/types.odin | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/simd/x86/sse.odin b/core/simd/x86/sse.odin index 79b13f667..1af5a65f1 100644 --- a/core/simd/x86/sse.odin +++ b/core/simd/x86/sse.odin @@ -1,5 +1,5 @@ -//+build amd64 -package simd_amd64 +//+build i386, amd64 +package simd_x86 import "core:intrinsics" import "core:simd" diff --git a/core/simd/x86/types.odin b/core/simd/x86/types.odin index ef6342542..3c94d74a0 100644 --- a/core/simd/x86/types.odin +++ b/core/simd/x86/types.odin @@ -1,5 +1,5 @@ -//+build amd64 -package simd_amd64 +//+build i386, amd64 +package simd_x86 bf16 :: u16