mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-08-15 21:27:35 +00:00
tweak AVX for intel gcc build
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user