diff options
author | Jack Lloyd <[email protected]> | 2020-11-09 19:09:09 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-09 19:09:09 -0500 |
commit | 6a2666e0b283fb73d6f84959173c9296e0321398 (patch) | |
tree | 72a2602e31814d11892b346f29051a3e4761a035 /src/lib/rng | |
parent | eb0b710a8fef5e0f83caee601a46c137af21b019 (diff) |
Use -mcpu=power9 for DARN support
This is apparently needed with certain (perhaps distro specific?)
builds of GCC.
Diffstat (limited to 'src/lib/rng')
-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 5be5117fd..30d30925c 100644 --- a/src/lib/rng/processor_rng/info.txt +++ b/src/lib/rng/processor_rng/info.txt @@ -18,3 +18,7 @@ ppc64 <header:public> processor_rng.h </header:public> + +<isa> +ppc64:power9 +</isa> |