Restored OclCache.
This commit is contained in:
parent
47b8cb6044
commit
ec1839d580
27 changed files with 290 additions and 72 deletions
6
src/3rdparty/base32/base32.h
vendored
6
src/3rdparty/base32/base32.h
vendored
|
@ -25,8 +25,8 @@
|
|||
// All functions return the number of output bytes or -1 on error. If the
|
||||
// output buffer is too small, the result will silently be truncated.
|
||||
|
||||
#ifndef _BASE32_H_
|
||||
#define _BASE32_H_
|
||||
#ifndef XMRIG_BASE32_H
|
||||
#define XMRIG_BASE32_H
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
|
@ -65,4 +65,4 @@ int base32_encode(const uint8_t *data, int length, uint8_t *result, int bufSize)
|
|||
}
|
||||
|
||||
|
||||
#endif /* _BASE32_H_ */
|
||||
#endif /* XMRIG_BASE32_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue