We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b66b59 commit e08059fCopy full SHA for e08059f
src/runtime/alg.go
@@ -15,25 +15,6 @@ const (
15
c1 = uintptr((8-sys.PtrSize)/4*3267000013 + (sys.PtrSize-4)/4*23344194077549503)
16
)
17
18
-// type algorithms - known to compiler
19
-const (
20
- alg_NOEQ = iota
21
- alg_MEM0
22
- alg_MEM8
23
- alg_MEM16
24
- alg_MEM32
25
- alg_MEM64
26
- alg_MEM128
27
- alg_STRING
28
- alg_INTER
29
- alg_NILINTER
30
- alg_FLOAT32
31
- alg_FLOAT64
32
- alg_CPLX64
33
- alg_CPLX128
34
- alg_max
35
-)
36
-
37
func memhash0(p unsafe.Pointer, h uintptr) uintptr {
38
return h
39
}
0 commit comments