1
1
Mirror von https://github.com/henrydcase/pqc.git synchronisiert 2024-11-22 07:35:38 +00:00

ntruhrss701/avx2: fix non-PIC call

Dieser Commit ist enthalten in:
John M. Schanck 2020-08-27 11:04:45 -04:00 committet von Kris Kwiatkowski
Ursprung c4c16bf0ff
Commit a008d4ad21
5 geänderte Dateien mit 9 neuen und 9 gelöschten Zeilen

Datei anzeigen

@ -23,9 +23,9 @@ auxiliary-submitters:
- Zhenfei Zhang
implementations:
- name: clean
version: https://github.com/jschanck/ntru/tree/ba431bb8 reference implementation
version: https://github.com/jschanck/ntru/tree/b43afe59 reference implementation
- name: avx2
version: https://github.com/jschanck/ntru/tree/ba431bb8 avx2 implementation
version: https://github.com/jschanck/ntru/tree/b43afe59 avx2 implementation
supported_platforms:
- architecture: x86_64
operating_systems:

Datei anzeigen

@ -23,9 +23,9 @@ auxiliary-submitters:
- Zhenfei Zhang
implementations:
- name: clean
version: https://github.com/jschanck/ntru/tree/ba431bb8 reference implementation
version: https://github.com/jschanck/ntru/tree/b43afe59 reference implementation
- name: avx2
version: https://github.com/jschanck/ntru/tree/ba431bb8 avx2 implementation
version: https://github.com/jschanck/ntru/tree/b43afe59 avx2 implementation
supported_platforms:
- architecture: x86_64
operating_systems:

Datei anzeigen

@ -23,9 +23,9 @@ auxiliary-submitters:
- Zhenfei Zhang
implementations:
- name: clean
version: https://github.com/jschanck/ntru/tree/ba431bb8 reference implementation
version: https://github.com/jschanck/ntru/tree/b43afe59 reference implementation
- name: avx2
version: https://github.com/jschanck/ntru/tree/ba431bb8 avx2 implementation
version: https://github.com/jschanck/ntru/tree/b43afe59 avx2 implementation
supported_platforms:
- architecture: x86_64
operating_systems:

Datei anzeigen

@ -23,9 +23,9 @@ auxiliary-submitters:
- Zhenfei Zhang
implementations:
- name: clean
version: https://github.com/jschanck/ntru/tree/ba431bb8 reference implementation
version: https://github.com/jschanck/ntru/tree/b43afe59 reference implementation
- name: avx2
version: https://github.com/jschanck/ntru/tree/ba431bb8 avx2 implementation
version: https://github.com/jschanck/ntru/tree/b43afe59 avx2 implementation
supported_platforms:
- architecture: x86_64
operating_systems:

Datei anzeigen

@ -3113,6 +3113,6 @@ vpand const_1s(%rip), %ymm3, %ymm3
vpor %ymm3, %ymm2, %ymm3
vmovdqa %ymm3, 1376(%rsp)
mov %rsp, %rsi
call PQCLEAN_NTRUHRSS701_AVX2_poly_Rq_mul_x_minus_1
call PQCLEAN_NTRUHRSS701_AVX2_poly_Rq_mul_x_minus_1@plt
mov %r8, %rsp
ret