]> git.pld-linux.org Git - packages/FileZilla.git/blob - disable-avx-on-i686.patch
- up to 3.62.1
[packages/FileZilla.git] / disable-avx-on-i686.patch
1 --- filezilla-3.60.1/src/putty/sshsh256.c
2 +++ filezilla-3.60.1/src/putty/sshsh256.c
3 @@ -22,8 +22,7 @@
4  #       define HW_SHA256 HW_SHA256_NI
5  #   endif
6  #elif defined(__GNUC__)
7 -#    if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && \
8 -        (defined(__x86_64__) || defined(__i386))
9 +#    if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && defined(__x86_64__)
10  #       define HW_SHA256 HW_SHA256_NI
11  #    endif
12  #elif defined (_MSC_VER)
13 --- filezilla-3.60.1/src/putty/sshsha.c
14 +++ filezilla-3.60.1/src/putty/sshsha.c
15 @@ -22,8 +22,7 @@
16  #       define HW_SHA1 HW_SHA1_NI
17  #   endif
18  #elif defined(__GNUC__)
19 -#    if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && \
20 -        (defined(__x86_64__) || defined(__i386))
21 +#    if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && defined(__x86_64__)
22  #       define HW_SHA1 HW_SHA1_NI
23  #    endif
24  #elif defined (_MSC_VER)
25
This page took 0.147039 seconds and 3 git commands to generate.