fadec: Allow 64-bit decoding on 32-bit platforms
This commit is contained in:
4
decode.c
4
decode.c
@@ -6,10 +6,6 @@
|
|||||||
#include <fadec.h>
|
#include <fadec.h>
|
||||||
|
|
||||||
|
|
||||||
#if defined(ARCH_X86_64) && __SIZEOF_POINTER__ < 8
|
|
||||||
#error "Decoding x86-64 requires a 64-bit architecture"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define LIKELY(x) __builtin_expect((x), 1)
|
#define LIKELY(x) __builtin_expect((x), 1)
|
||||||
#define UNLIKELY(x) __builtin_expect((x), 0)
|
#define UNLIKELY(x) __builtin_expect((x), 0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user