simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Apr 16 20:48:51 BST 2019


TL;DR:
  ca6d278c Make NEON AES build in 32-bit VS.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2019-04-16 20:48:51

commit ca6d278c102a733d38c891ca60cf6c535d1502d4
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=ca6d278c102a733d38c891ca60cf6c535d1502d4;hp=97a1021202d39e8a19832e64a8a92f923b68a56a
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Apr 16 20:31:55 2019 +0100

    Make NEON AES build in 32-bit VS.
    
    I had another look just now at the mysterious AES intrinsics in
    VS2017's arm_neon.h that have the wrong number of operands, and this
    time I noticed that they're in one branch of an #ifdef whose other
    branch looks a lot more sensible. Enabled the #define that switches to
    the working branch.

 sshaes.c | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)



More information about the tartarus-commits mailing list