mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-03 20:30:00 +00:00
tweak AVX for intel gcc build
This commit is contained in:
parent
74793a8c76
commit
7ba58cf7fa
@ -187,10 +187,11 @@ endif
|
||||
|
||||
ifeq ($(OS_TARGET),Darwin)
|
||||
ifeq ($(CPU_ARCH),x86)
|
||||
ASFILES = mpi_sse2.s
|
||||
# Disable SSE2 since it causes assembler and linker issues
|
||||
# ASFILES = mpi_sse2.s
|
||||
DEFINES += -DMP_USE_UINT_DIGIT
|
||||
DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE
|
||||
DEFINES += -DMP_ASSEMBLY_DIV_2DX1D
|
||||
# DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE
|
||||
# DEFINES += -DMP_ASSEMBLY_DIV_2DX1D
|
||||
endif
|
||||
endif # Darwin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user