1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-02-04 10:54:05 +08:00
Files
archbase/materials/chapter10/tra_SIMD.c
2021-10-27 19:14:51 +08:00

2 lines
58 B
C

for (i = 0; i < 8; i++)
RESULT[i] = SRC0[i] + SRC1[i];