摘要: Arrays allow us to use the __restrict__ keyword. For instance, the following snippet, when compiled (with g++ -O3) and run on my system.#include #include #include #include #include using namespace std;void with_vectors(vector a, vector b) { for (int i = 0; i vec_0(array_0, array_0 + kLength); vec... 阅读全文
posted @ 2014-02-01 03:30 花满楼 阅读(159) 评论(0) 推荐(0)