Skip to content

Instantly share code, notes, and snippets.

@hyunsik
Created August 29, 2016 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyunsik/bfffa18a5a858e959a3d9756cd2b5191 to your computer and use it in GitHub Desktop.
Save hyunsik/bfffa18a5a858e959a3d9756cd2b5191 to your computer and use it in GitHub Desktop.
Unoptimized for-loop
for (i = 0; i < 128; i++) {
a[i] = b[i] + c[i];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment