Advertisement
prat3492

Untitled

Nov 2nd, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. void f(float *restrict data, float d, int n) {
  2.     for (int i = 0; i < n; i++)
  3.        data[i] = d;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement