We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9782bd commit f4be93aCopy full SHA for f4be93a
doc/articles/race_detector.html
@@ -377,8 +377,11 @@ <h3 id="Primitive_unprotected_variable">Primitive unprotected variable</h3>
377
<h2 id="Supported_Systems">Supported Systems</h2>
378
379
<p>
380
-The race detector runs on <code>darwin/amd64</code>, <code>freebsd/amd64</code>,
381
-<code>linux/amd64</code>, and <code>windows/amd64</code>.
+ The race detector runs on
+ <code>linux/amd64</code>, <code>linux/ppc64le</code>,
382
+ <code>linux/arm64</code>, <code>freebsd/amd64</code>,
383
+ <code>netbsd/amd64</code>, <code>darwin/amd64</code>,
384
+ and <code>windows/amd64</code>.
385
</p>
386
387
<h2 id="Runtime_Overheads">Runtime Overhead</h2>
0 commit comments