Changes between Initial Version and Version 1 of Ticket #67585, comment 6


Ignore:
Timestamp:
Jun 7, 2023, 4:43:52 PM (12 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67585, comment 6

    initial v1  
    1 While `-maes` is being passed when compiling several other source files, it isn't being passed for `Hacl_Poly1305_256.c`:
     1While `-maes` is being passed when compiling several other source files, that isn't the case for `Hacl_Poly1305_256.c`. And since upstream is likely building with much newer Clang versions - which apparently don't need this to be explicitly enabled any more? - that's why this hasn't been caught.
    22
    33{{{
     
    1212}}}
    1313
    14 It should be easy enough to patch the build, but still quite annoying...
     14It should be easy enough to patch the build, but I want to check with upstream first. (Perhaps someone has already submitted an issue/patch, but we shall see.)