随笔分类 - C++
摘要:编译器优化与SIMD指令集 https://www.bilibili.com/video/BV12S4y1K721?spm_id_from=333.999.0.0 汇编语言 16位汇编,我的笔记:https://zhuanlan.zhihu.com/p/445370044 这里 YMM XMM 等都
阅读全文
摘要:开发环境搭建 sudo apt update sudo apt install cmake gcc clang gdb build-essential GCC g++ 编译参数 1、-pedantic 选项,那么使用了扩展语法的地方将产生相应的警告信息 2、-Wall 使用它能够使GCC产生尽可能多
阅读全文
摘要:C++20 modules 参考网站:https://zh.cppreference.com/w/cpp/language/modules 测试平台:VS2019 需要包含: VS配置: C++20标准: 启动modules: Compile as C++ Module Code (/interfa
阅读全文