8 static vector
float big
[NPAGES
*4096/16] = { {1,1,1,1} };
9 /* NPAGES pages worth. */
13 static void f(vector
float *p
)
16 p
= (vector
float *)(((ptrdiff_t)p
+ 4095) & ~4095);
23 if (!vec_all_eq(*p
,((vector
float){0,0,0,0})))
25 printf("*p isn't zero at 0x%p, page %d\n", p
, i
);