平台架构识别

Posted zongzi10010

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了平台架构识别相关的知识,希望对你有一定的参考价值。


title: 平台架构识别
date: 2020/2/27 18:32:58
toc: true
---

平台架构识别

https://sourceforge.net/p/predef/wiki/Architectures/

https://sourceforge.net/p/predef

    // #ifdef __arm__
    // printf("arm
");
    // #endif
    // #ifdef __i386__
    // printf("__i386__
");
    // #endif
    // #ifdef __x86_64__  // for ubuntu
    // printf("__x86_64__
");
    // #endif

以上是关于平台架构识别的主要内容,如果未能解决你的问题,请参考以下文章