Go to the documentation of this file.
18#ifndef __USE_X86_COMPILER_H_PART_1__
19#define __USE_X86_COMPILER_H_PART_1__
35#ifndef __VSF_HEADER_ONLY_SHOW_COMPILER_INFO__
38#include "../__common/__compiler.h"
42#ifndef __USE_X86_COMPILER_H_PART_2__
43#define __USE_X86_COMPILER_H_PART_2__
52#if __IS_COMPILER_LLVM__
53# pragma clang diagnostic ignored "-Wcast-align"
54#elif __IS_COMPILER_GCC__
55# pragma GCC diagnostic ignored "-Wcast-align"
64#define vsf_stdio_init(...)