Remove align.h.
This commit is contained in:
parent
f9a3315d75
commit
7adf30e326
4 changed files with 4 additions and 43 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue