mirror of
https://github.com/foxsen/archbase.git
synced 2026-05-02 14:31:10 +08:00
initial import to public repository
This commit is contained in:
2
materials/chapter10/tra_SIMD.c
Normal file
2
materials/chapter10/tra_SIMD.c
Normal file
@@ -0,0 +1,2 @@
|
||||
for (i = 0; i < 8; i++)
|
||||
RESULT[i] = SRC0[i] + SRC1[i];
|
||||
Reference in New Issue
Block a user