摘要: 当前系统中使用了一个SYS_futex的系统调用,等待有空时研究一下 https://man7.org/linux/man-pages/man2/futex.2.html 阅读全文
posted @ 2024-12-06 21:06 bug批发零售 阅读(18) 评论(0) 推荐(0)
摘要: 向量 typedef int v4si attribute ((vector_size (16))); 将v4si定义为一个4个int的数组,每个元素是4字节,这种方式是为了使用向量计算,以下是一个简单的示例: #include <stdio.h> typedef int v4si __attrib 阅读全文
posted @ 2024-12-06 13:17 bug批发零售 阅读(24) 评论(0) 推荐(0)