summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/utils/ghash/ghash_cpu/info.txt
blob: 1f56377a295d13c317022c1e7e9b2b39eea2780f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<defines>
GHASH_CLMUL_CPU -> 20201002
</defines>

endian little

<requires>
simd
</requires>

<isa>
x86_32:sse2
x86_32:ssse3
x86_32:aesni
x86_64:sse2
x86_64:ssse3
x86_64:aesni
arm64:neon
arm64:armv8crypto
ppc64:powercrypto
</isa>

<arch>
x86_32
x86_64
arm64
ppc64
</arch>

<cc>
gcc:4.9
clang:3.8
msvc
</cc>