Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add ARMv8 neon implementation |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
cf6c221c3c055f97ca5828a1fe129eb2 |
User & Date: | bernd 2020-01-12 21:54:25.684 |
Context
2020-01-12
| ||
22:05 | Add ARMv8 neon implementation check-in: a657315c69 user: bernd tags: trunk | |
21:54 | Add ARMv8 neon implementation check-in: cf6c221c3c user: bernd tags: trunk | |
21:49 | Add ARMv8 neon implementation check-in: b7794bd297 user: bernd tags: trunk | |
Changes
Changes to keccakp/configure.ac.
︙ | ︙ | |||
26 27 28 29 30 31 32 | flags="$CFLAGS" nomflags="`echo $CFLAGS | sed -e 's/-m[[^ ]]* //g'`" # special optimizations for some plattforms case "$host" in aarch64*) | | | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | flags="$CFLAGS" nomflags="`echo $CFLAGS | sed -e 's/-m[[^ ]]* //g'`" # special optimizations for some plattforms case "$host" in aarch64*) asmflags="-O3 `echo $nomflags | sed -e 's/-fdebug[^ ]* //g'`" flags="-O3 $nomflags" as="armv8a-neon-as" enable_asm=yes plattform=armv8a-neon CFLAGS="" CCASFLAGS="" ;; |
︙ | ︙ |