Browse Source

sha256_4way: do not include unnecessary headers, when !4way

Reported by lfm
nfactor-troky
Jeff Garzik 14 years ago committed by Jeff Garzik
parent
commit
8ca6ffa8a9
  1. 7
      sha256_4way.c

7
sha256_4way.c

@ -4,15 +4,16 @@ @@ -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…
Cancel
Save