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: |
3ffc9ee36e90b09dce956319138ee1b9 |
| User & Date: | bernd 2020-01-12 21:45:29.152 |
Context
|
2020-01-12
| ||
| 21:49 | Add ARMv8 neon implementation check-in: b7794bd297 user: bernd tags: trunk | |
| 21:45 | Add ARMv8 neon implementation check-in: 3ffc9ee36e user: bernd tags: trunk | |
| 21:38 | Add ARMv8 neon implementation check-in: 8761eb293a 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 41 |
flags="$CFLAGS"
nomflags="`echo $CFLAGS | sed -e 's/-m[[^ ]]* //g'`"
# special optimizations for some plattforms
case "$host" in
aarch64*)
asmflags="-O3 $nomflags"
flags="-O3 $nomflags"
as="armv8a-neon"
enable_asm=yes
plattform=armv8a-neon
CFLAGS=""
CCASFLAGS=""
;;
arm*-*linux*)
|
| ︙ | ︙ |