diff options
| author | 2025-03-09 17:47:56 +0100 | |
|---|---|---|
| committer | 2025-12-01 22:08:04 +0100 | |
| commit | b1af8fd87760b34e3ff2fd3bda38f211815a0473 (patch) | |
| tree | 9317fad1a7ec298d7a8d2678e4e422953bbc6f33 /vendor/github.com/tetratelabs/wazero/internal/platform/cpuid_arm64.s | |
| parent | [chore] update URLs to forked source (diff) | |
| download | gotosocial-b1af8fd87760b34e3ff2fd3bda38f211815a0473.tar.xz | |
[chore] remove vendor
Diffstat (limited to 'vendor/github.com/tetratelabs/wazero/internal/platform/cpuid_arm64.s')
| -rw-r--r-- | vendor/github.com/tetratelabs/wazero/internal/platform/cpuid_arm64.s | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/tetratelabs/wazero/internal/platform/cpuid_arm64.s b/vendor/github.com/tetratelabs/wazero/internal/platform/cpuid_arm64.s deleted file mode 100644 index 98305ad47..000000000 --- a/vendor/github.com/tetratelabs/wazero/internal/platform/cpuid_arm64.s +++ /dev/null @@ -1,21 +0,0 @@ -//go:build gc - -#include "textflag.h" - -// lifted from github.com/golang/sys and cpu/cpu_arm64.s - -// func getisar0() uint64 -TEXT ·getisar0(SB), NOSPLIT, $0-8 - // get Instruction Set Attributes 0 into x0 - // mrs x0, ID_AA64ISAR0_EL1 = d5380600 - WORD $0xd5380600 - MOVD R0, ret+0(FP) - RET - -// func getisar1() uint64 -TEXT ·getisar1(SB), NOSPLIT, $0-8 - // get Instruction Set Attributes 1 into x0 - // mrs x0, ID_AA64ISAR1_EL1 = d5380620 - WORD $0xd5380620 - MOVD R0, ret+0(FP) - RET |
