CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
cpu.h
Go to the documentation of this file.
1
#pragma once
2
5
53
54
#include <cx/cx.h>
55
#include <
cx/platform/base.h
>
56
57
#if defined(_COMPILER_MSVC)
58
#include <cx/platform/msvc/msvc_cpu.h>
59
#elif defined(_COMPILER_CLANG) || defined(_COMPILER_GCC)
60
#include <cx/platform/clang/clang_cpu.h>
61
#endif
62
63
#include <cx/platform/simd.h>
64
base.h
Compiler and platform detection macros.
cx
platform
cpu.h
Generated by
1.9.8