摘要: SIMD(MMX/SSE/AVX)变量命名规范心得 Intel® Intrinsics Guide SIMD、SSE、AVX指令集 | Header | Purpose | | | | | x86intrin.h | Everything, including non-vector x86 inst 阅读全文
posted @ 2020-12-05 21:43 Tifa_Best 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 在做循环展开时,处理完整除块后,还需要在剩余块处理。做了个实验对比,用switch加速剩余块段处理 // switch0.c #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <time.h> int main(i 阅读全文
posted @ 2020-12-05 17:14 Tifa_Best 阅读(93) 评论(0) 推荐(0) 编辑