summaryrefslogtreecommitdiffstats
path: root/src/reflect/stubs_riscv64.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflect/stubs_riscv64.go')
-rw-r--r--src/reflect/stubs_riscv64.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/reflect/stubs_riscv64.go b/src/reflect/stubs_riscv64.go
new file mode 100644
index 0000000..a72ebab
--- /dev/null
+++ b/src/reflect/stubs_riscv64.go
@@ -0,0 +1,8 @@
+// Copyright 2022 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.
+
+package reflect
+
+func archFloat32FromReg(reg uint64) float32
+func archFloat32ToReg(val float32) uint64