Merge pull request #316 from jschanck/PIC

ntruhrss701/avx2: fix non-PIC call
This commit is contained in:
Thom Wiggers 2020-08-29 09:04:11 +02:00 committed by GitHub
commit c50bc64a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -3113,6 +3113,6 @@ vpand const_1s(%rip), %ymm3, %ymm3
vpor %ymm3, %ymm2, %ymm3 vpor %ymm3, %ymm2, %ymm3
vmovdqa %ymm3, 1376(%rsp) vmovdqa %ymm3, 1376(%rsp)
mov %rsp, %rsi 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 mov %r8, %rsp
ret ret