平台架构识别

平台架构识别

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

https://sourceforge.net/p/predef

    // #ifdef __arm__
    // printf("arm\n");
    // #endif
    // #ifdef __i386__
    // printf("__i386__\n");
    // #endif
    // #ifdef __x86_64__  // for ubuntu
    // printf("__x86_64__\n");
    // #endif
posted @ 2020-02-27 18:35  zongzi10010  阅读(166)  评论(0编辑  收藏  举报