1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Remove align.h.

This commit is contained in:
XMRig
2018-03-14 17:11:51 +07:00
parent f9a3315d75
commit 7adf30e326
4 changed files with 4 additions and 43 deletions

View File

@@ -30,9 +30,6 @@
#include <stdint.h>
#include "align.h"
struct cryptonight_ctx;
@@ -63,7 +60,7 @@ private:
static int m_threads;
static size_t m_offset;
static size_t m_size;
VAR_ALIGN(16, static uint8_t *m_memory);
alignas(16) static uint8_t *m_memory;
# ifndef XMRIG_NO_AEON
static cryptonight_ctx *createLite(int threadId);