MacOS ABI versions of Keccak
This commit is contained in:
parent
08f96e8c71
commit
9c35647461
@ -45,7 +45,9 @@ def test_symbol_namespaces(implementation, impl_path, test_dir, init, destr):
|
|||||||
symbol.startswith('_' + namespace) or
|
symbol.startswith('_' + namespace) or
|
||||||
# KeccakP-1600 for AVX2
|
# KeccakP-1600 for AVX2
|
||||||
symbol.startswith('KeccakF1600times4') or
|
symbol.startswith('KeccakF1600times4') or
|
||||||
|
symbol.startswith('_KeccakF1600times4') or # MacOS
|
||||||
symbol.startswith('KeccakP1600times4') or
|
symbol.startswith('KeccakP1600times4') or
|
||||||
|
symbol.startswith('_KeccakP1600times4') or # MacOS
|
||||||
# weird things on i386
|
# weird things on i386
|
||||||
symbol.startswith('__x86.get_pc_thunk.')):
|
symbol.startswith('__x86.get_pc_thunk.')):
|
||||||
non_namespaced.append(symbol)
|
non_namespaced.append(symbol)
|
||||||
|
Loading…
Reference in New Issue
Block a user