mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
11 lines
124 B
C
11 lines
124 B
C
#ifndef GRSOASM_H
|
|
#define GRSOASM_H
|
|
|
|
#include "grso.h"
|
|
|
|
void grsoP1024ASM (u64 *x) ;
|
|
|
|
void grsoQ1024ASM (u64 *x) ;
|
|
|
|
#endif
|