Go to the documentation of this file.
18#ifndef __USE_COMPILER_DETECT_H__
19#define __USE_COMPILER_DETECT_H__
21#if defined(__CPU_ARM__)
23#elif defined(__CPU_MCS51__)
24# include "./mcs51/mcs51_compiler_detect.h"
25#elif defined(__CPU_X86__) || defined(__CPU_X64__) || defined(__CPU_WEBASSEMBLY__)
27#elif defined(__CPU_RV__) || defined(__CPU_RISCV__)