diff options
author | Jack Lloyd <[email protected]> | 2020-01-30 19:55:37 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-01-30 19:55:37 -0500 |
commit | 07d22581da2ece7e9f63714fc7157ab073f5465e (patch) | |
tree | 8fca7f1b91787f67df9ac1eb88c7a78649cf69aa /src/lib/modes | |
parent | 4565c984385b78cac8dc562668ee889ced085268 (diff) |
Disable support for VPSUM on big-endian ppc64
It doesn't work (GH #2252), probably the fix is simple but requires
hardware access or the right qemu setup.
Diffstat (limited to 'src/lib/modes')
-rw-r--r-- | src/lib/modes/aead/gcm/clmul_cpu/info.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/modes/aead/gcm/clmul_cpu/info.txt b/src/lib/modes/aead/gcm/clmul_cpu/info.txt index 938a8c61d..727c9a375 100644 --- a/src/lib/modes/aead/gcm/clmul_cpu/info.txt +++ b/src/lib/modes/aead/gcm/clmul_cpu/info.txt @@ -2,6 +2,8 @@ GCM_CLMUL_CPU -> 20131227 </defines> +endian little + <requires> simd </requires> |