mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-12-08 05:19:46 +00:00
Tests for addmul128() in multiply_32.c
This commit is contained in:
parent
8a7ce371e3
commit
aa5fac10a1
6 changed files with 189 additions and 33 deletions
4
setup.py
4
setup.py
|
|
@ -611,6 +611,10 @@ ext_modules = [
|
|||
# Enable SSE2 for GCC
|
||||
enable_gcc_sse2(ext_modules)
|
||||
|
||||
# Define big/little endian flag
|
||||
for x in ext_modules:
|
||||
x.define_macros += [ ("PY_" + sys.byteorder.upper() + "_ENDIAN", None) ]
|
||||
|
||||
if use_separate_namespace:
|
||||
|
||||
# Fix-up setup information
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue