Files
cpuminer-opt-gpu/algo/groestl/sse2/grso-asm2.h
2016-09-22 13:16:18 -04:00

12 lines
208 B
C

#ifndef GRSOASM_H
#define GRSOASM_H
/* really same as the mmx asm.h */
/* made just in case something must be changed */
#include "grso.h"
void grsoP1024ASM (u64 *x) ;
void grsoQ1024ASM (u64 *x) ;
#endif