| Re: [AD] Remove -fno-strength-reduce |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
> const int N;
> const int offset;
> const int base;
> int i;
>
> for ( i = base ; i < N ; i += offset )
> {
> *((int *)i) = value;
> }
>
> right?
Right.
--
Eric Botcazou
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |