summaryrefslogtreecommitdiffstats
path: root/src/internal/cpu/cpu.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/cpu/cpu.s')
-rw-r--r--src/internal/cpu/cpu.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/cpu/cpu.s b/src/internal/cpu/cpu.s
new file mode 100644
index 0000000..3c770c1
--- /dev/null
+++ b/src/internal/cpu/cpu.s
@@ -0,0 +1,6 @@
+// Copyright 2020 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// This assembly file exists to allow internal/cpu to call
+// non-exported runtime functions that use "go:linkname". \ No newline at end of file