From 512f3e778dccd5b8fb263889a607239a1a38847b Mon Sep 17 00:00:00 2001 From: rinor Date: Fri, 17 May 2024 20:45:42 +0000 Subject: [PATCH] chore: get rid of the golang.org/x/sys/cpu --- README.md | 2 +- simd/cpu_amd64.go | 34 ++++++++++++++++++++++++++++ simd/cpu_amd64.s | 55 ++++++++++++++++++++++++++++++++++++++++++++++ simd/cpu_other.go | 7 ++++++ simd/simd_amd64.go | 4 +--- 5 files changed, 98 insertions(+), 4 deletions(-) create mode 100644 simd/cpu_amd64.go create mode 100644 simd/cpu_amd64.s create mode 100644 simd/cpu_other.go diff --git a/README.md b/README.md index 90ae1f3..1f7d42e 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ For the full interface see the Godoc: