Home GnuPG

cipher: bufhelp: allow unaligned memory accesses on ARM
796dda37b957Unpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

cipher: bufhelp: allow unaligned memory accesses on ARM

* cipher/bufhelp.h [__arm__ && __ARM_FEATURE_UNALIGNED]: Enable
BUFHELP_FAST_UNALIGNED_ACCESS.

Newer ARM systems support unaligned memory accesses and on gcc-4.7 and onwards
this is identified by __ARM_FEATURE_UNALIGNED macro.

  • Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>

Details

Provenance
jukiviliAuthored on Aug 16 2013, 6:44 PM
Parents
rC79895b9459b9: Remove burn_stack optimization
Branches
Unknown
Tags
Unknown

Event Timeline

Jussi Kivilinna <jussi.kivilinna@iki.fi> committed rC796dda37b957: cipher: bufhelp: allow unaligned memory accesses on ARM (authored by Jussi Kivilinna <jussi.kivilinna@iki.fi>).Aug 19 2013, 8:54 AM