"platforms/common/src/kernels/gbsaObc_cpu.cc" did not exist on "a1b2641c2d2af0077a5d57b0333f543513cca220"
x86.h 407 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// [AsmJit]
// Complete x86/x64 JIT and Remote Assembler for C++.
//
// [License]
// Zlib - See LICENSE.md file in the package.

// [Guard]
#ifndef _ASMJIT_X86_H
#define _ASMJIT_X86_H

// [Dependencies - AsmJit]
#include "base.h"

#include "x86/x86assembler.h"
#include "x86/x86compiler.h"
#include "x86/x86cpuinfo.h"
#include "x86/x86inst.h"
#include "x86/x86operand.h"

// [Guard]
#endif // _ASMJIT_X86_H