mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Initial upload v3.4.7
This commit is contained in:
21
asm/aesb-x86.S
Normal file
21
asm/aesb-x86.S
Normal file
@@ -0,0 +1,21 @@
|
||||
#include <cpuminer-config.h>
|
||||
|
||||
#if defined(__linux__) && defined(__ELF__)
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
||||
|
||||
.text
|
||||
.p2align 6
|
||||
.globl fast_aesb_single_round
|
||||
.globl _fast_aesb_single_round
|
||||
fast_aesb_single_round:
|
||||
_fast_aesb_single_round:
|
||||
ret
|
||||
|
||||
.text
|
||||
.p2align 6
|
||||
.globl fast_aesb_pseudo_round_mut
|
||||
.globl _fast_aesb_pseudo_round_mut
|
||||
fast_aesb_pseudo_round_mut:
|
||||
_fast_aesb_pseudo_round_mut:
|
||||
ret
|
||||
Reference in New Issue
Block a user