sha256_4way: do not include unnecessary headers, when !4way
Reported by lfm
This commit is contained in:
parent
6b5fb469cc
commit
8ca6ffa8a9
1 changed files with 4 additions and 3 deletions
|
@ -4,15 +4,16 @@
|
|||
|
||||
// tcatm's 4-way 128-bit SSE2 SHA-256
|
||||
|
||||
#include "miner.h"
|
||||
|
||||
#ifdef WANT_SSE2_4WAY
|
||||
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <xmmintrin.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include "miner.h"
|
||||
|
||||
#ifdef WANT_SSE2_4WAY
|
||||
|
||||
#define NPAR 32
|
||||
|
||||
|
|
Loading…
Reference in a new issue