Changes between Initial Version and Version 1 of Ticket #65153, comment 20


Ignore:
Timestamp:
Nov 7, 2022, 2:36:54 AM (19 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65153, comment 20

    initial v1  
    1010> 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).
    1111
    12 None of that is needed on MacPorts, because of the above modification we made to cctools.
     12The 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.
    1313
    1414Regarding: