"src/vscode:/vscode.git/clone" did not exist on "1fca08da34dbd76808dc8a590568f6a0db0d1e40"
common.hpp 279 Bytes
Newer Older
Chao Liu's avatar
Chao Liu committed
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once
#include "base.hpp"
#include "vector_type.hpp"
#include "integral_constant.hpp"
#include "Sequence.hpp"
#include "Array.hpp"
#include "functional.hpp"
#include "functional2.hpp"
#include "functional3.hpp"

#if USE_AMD_INLINE_ASM
#include "amd_inline_asm.hpp"
#endif