aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/sys/cpu/cpu_mipsx.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-08-09 18:46:52 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-08-16 16:02:16 +0800
commit3e21adc6488be41ac882c316486573374785cc82 (patch)
treeed6e1fede007bc8011ed6b12816a5be16ee91c38 /vendor/golang.org/x/sys/cpu/cpu_mipsx.go
parent2cdf6ee7e00d6127c372e7a28bb27a80ef495cb2 (diff)
downloadgo-tangerine-3e21adc6488be41ac882c316486573374785cc82.tar
go-tangerine-3e21adc6488be41ac882c316486573374785cc82.tar.gz
go-tangerine-3e21adc6488be41ac882c316486573374785cc82.tar.bz2
go-tangerine-3e21adc6488be41ac882c316486573374785cc82.tar.lz
go-tangerine-3e21adc6488be41ac882c316486573374785cc82.tar.xz
go-tangerine-3e21adc6488be41ac882c316486573374785cc82.tar.zst
go-tangerine-3e21adc6488be41ac882c316486573374785cc82.zip
crypto/bn256: fix issues caused by Go 1.11
Diffstat (limited to 'vendor/golang.org/x/sys/cpu/cpu_mipsx.go')
-rw-r--r--vendor/golang.org/x/sys/cpu/cpu_mipsx.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/golang.org/x/sys/cpu/cpu_mipsx.go b/vendor/golang.org/x/sys/cpu/cpu_mipsx.go
new file mode 100644
index 000000000..1269eee88
--- /dev/null
+++ b/vendor/golang.org/x/sys/cpu/cpu_mipsx.go
@@ -0,0 +1,9 @@
+// Copyright 2018 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.
+
+// +build mips mipsle
+
+package cpu
+
+const cacheLineSize = 32