腾讯云618特惠专场

文章列表

Why GCC does not use LOAD(without fence) and STORE+SFENCE for Sequential Consistency?(为什么 GCC 不使用 LOAD(无栅栏)和 STORE+SFENCE 来实现顺序一致性?)
Listing C/C++ functions (Code analysis in Unix)(列出 C/C++ 函数(Unix 中的代码分析))
Qml 2.0 TableView with QAbstractItemModel and Context Menu(带有 QAbstractItemModel 和上下文菜单的 Qml 2.0 TableView)
C++, getting a infinite loop(C++,得到一个无限循环)
How to focus menuBar() with Qt(如何使用 Qt 聚焦 menuBar())
Is `reinterpret_cast`ing between hardware SIMD vector pointer and the corresponding type an undefined behavior?(硬件 SIMD 向量指针和相应类型之间的“reinterpret_cast是否是未定义的行为?)
Floating point vs integer calculations on modern hardware(现代硬件上的浮点与整数计算)
How to implement atoi using SIMD?(如何使用 SIMD 实现 atoi?)
Is using double faster than float?(使用 double 比 float 快吗?)
Loop unrolling to achieve maximum throughput with Ivy Bridge and Haswell(循环展开以使用 Ivy Bridge 和 Haswell 实现最大吞吐量)