mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
sha256_4way: do not include unnecessary headers, when !4way
Reported by lfm
This commit is contained in:
parent
6b5fb469cc
commit
8ca6ffa8a9
@ -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 New Issue
Block a user