Changes between Initial Version and Version 1 of Ticket #65153, comment 20
- Timestamp:
- Nov 7, 2022, 2:36:54 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65153, comment 20
initial v1 10 10 > In my experience, Clang requires flags -maesni -mpcmul for code like this. GCC, in addition to that, requires a different assembler, like env variable AS_INTEGRATED_ASSEMBLER=1 and CFLAGS += -Wa,-q -Wa,-march=native (re. -march: maybe -maesni -mpcmul instead). 11 11 12 None of that is needed on MacPorts, because of the above modification we made to cctools.12 The assembler forcing should not be needed on MacPorts, because of the above modification we made to cctools. I'm not sure about the assembly-enabling flags, though. 13 13 14 14 Regarding: