Files
cpuminer-opt-gpu/algo/groestl/sse2/grso-asm2.h
Jay D Dee 7b94436202 v3.5.9.1
2017-03-04 16:23:24 -05: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