From 856c623fa6eded2bdb02c9608d4686666f22e63d Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 1 Sep 2020 20:49:58 +0200 Subject: AS_AVX has been removed in recent kernels --- curve25519-sandy2x-asm.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/curve25519-sandy2x-asm.S b/curve25519-sandy2x-asm.S index d710b1b..197c9a2 100644 --- a/curve25519-sandy2x-asm.S +++ b/curve25519-sandy2x-asm.S @@ -26,7 +26,6 @@ curve25519_sandy2x_REDMASK51: .quad 0x0007FFFFFFFFFFFF .text .align 32 -#ifdef CONFIG_AS_AVX SYM_FUNC_START(curve25519_sandy2x_fe51_mul) push %rbp mov %rsp,%rbp @@ -3258,4 +3257,3 @@ SYM_FUNC_START(curve25519_sandy2x_ladder_base) leave ret SYM_FUNC_END(curve25519_sandy2x_ladder_base) -#endif /* CONFIG_AS_AVX */ -- cgit v1.2.3-59-g8ed1b