aboutsummaryrefslogtreecommitdiff
path: root/FUZZING.md
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2017-03-26 11:18:23 -0700
committerAdam Langley <agl@google.com>2017-03-30 16:43:30 +0000
commita5f1b38de58bdd936f0b16c3a25fc68c287f750c (patch)
tree4c693a08b83f4bca19bd0c7ffde96c2c3d949570 /FUZZING.md
parent7e9949c30bf46654948ec467c08b0527b9c374b2 (diff)
downloadboringssl-a5f1b38de58bdd936f0b16c3a25fc68c287f750c.zip
boringssl-a5f1b38de58bdd936f0b16c3a25fc68c287f750c.tar.gz
boringssl-a5f1b38de58bdd936f0b16c3a25fc68c287f750c.tar.bz2
Use vec_vsx_ld to performance unaligned load instead of dereferencing a pointer
and relying on a compiler to generate code for unaligned access. Both gcc and llvm currently do that but llvm is going to change to generate code for aligned access. The change in llvm will break SHA-1 on POWER without this fix. Change-Id: If9393968288cf94b684ad340e3ea295e03174aa9 Reviewed-on: https://boringssl-review.googlesource.com/14378 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'FUZZING.md')
0 files changed, 0 insertions, 0 deletions