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
#if defined(_COMPILER_MSVC)
55
#include <cx/platform/msvc/msvc_cpu.h>
56
#elif defined(_COMPILER_CLANG) || defined(_COMPILER_GCC)
57
#include <cx/platform/clang/clang_cpu.h>
58
#endif
59
60
#include <cx/platform/simd.h>
61
cx
platform
cpu.h
Generated by
1.9.8