File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ It is a comma-separated list of name=val pairs setting these named variables:
42
42
clobber the memory content of an object with bad content when it frees
43
43
the object.
44
44
45
+ cpu.*: cpu.all=off disables the use of all optional instruction set extensions.
46
+ cpu.extension=off disables use of instructions from the specified instruction set extension.
47
+ extension is the lower case name for the instruction set extension such as sse41 or avx
48
+ as listed in internal/cpu package. As an example cpu.avx=off disables runtime detection
49
+ and thereby use of AVX instructions.
50
+
45
51
cgocheck: setting cgocheck=0 disables all checks for packages
46
52
using cgo to incorrectly pass Go pointers to non-Go code.
47
53
Setting cgocheck=1 (the default) enables relatively cheap
You can’t perform that action at this time.
0 commit comments