diff options
author | Jack Lloyd <[email protected]> | 2020-11-09 19:26:31 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-09 19:26:31 -0500 |
commit | 6e4d3ee91ab19e4ffe8856b8315640b5c93533e5 (patch) | |
tree | 738cb52f52303a0d11a4f793a0f13c4384e51ab4 /src/lib | |
parent | d2b0032b21aae993535b4e8cc97109bb5771d8c1 (diff) |
Use -mcpu=power9 to use DARN instruction
Backport of #2480
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/rng/processor_rng/info.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/rng/processor_rng/info.txt b/src/lib/rng/processor_rng/info.txt index ec1c7faf3..61d10f11b 100644 --- a/src/lib/rng/processor_rng/info.txt +++ b/src/lib/rng/processor_rng/info.txt @@ -14,3 +14,7 @@ x86_32 x86_64 ppc64 </arch> + +<isa> +ppc64:power9 +</isa> |