Module Name: src Committed By: rin Date: Mon Oct 5 13:20:30 UTC 2020
Modified Files: src/doc: HACKS Log Message: Update aes_ccm_tag() hack for m68k. Even with ``memcmp fix'', GCC 9.4 miscompiles this function for -O[12]. But the situation was slightly changed from that with GCC 8.3: * -O0 and -O1 work but -O2 fails for 68060 and 68040 (real hardware) * -O0 and -O2 work but -O1 fails for 68020 and 68010 (TME) To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/doc/HACKS Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.