Re: [AD] AMD64 patch

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> Ok, that's fine.  Though I was more thinking of cases like these:
>
> 	uint32_t *p = bmp->line[y];
> 	for (...) {
> 		colour_t c = *p++;
> 		...
> 	}
>
> The load is 32-bits here, so whether colour_t == unsigned long or colour_t
> == unsigned int should not make much difference, should it?

No, it indeed should not.

-- 
Eric Botcazou




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/