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: |
a657315c696279eaaab721a53e2ea802 |
User & Date: | bernd 2020-01-12 22:05:29.739 |
Context
2020-01-12
| ||
22:08 | Add ARMv8 neon implementation check-in: 3f4319e1fa user: bernd tags: trunk | |
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 | |
Changes
Changes to keccakp/configure.ac.
︙ | ︙ | |||
27 28 29 30 31 32 33 | 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'`" | | | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | 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 `echo $nomflags | sed -e 's/-fdebug[^ ]* //g'`" as="armv8a-neon-as" enable_asm=yes plattform=armv8a-neon CFLAGS="" CCASFLAGS="" ;; arm*-*linux*) |
︙ | ︙ |