Dirk Nehring dixit:
I'm not interested in gcc4 right now. First off, we have
a release before the door, second, it's still premature.
>@@ -10784,7 +10784,8 @@
> + /* handle bulk of data as 32-bit words */
> + pend = pdata + (nbytes & 0xfffffffc);
> + while (pdata < pend) {
>-+ *tptr = *((ulong *)pdata)++;
>++ *tptr = *((ulong *)pdata);
>++ pdata++;
> + CRC_INNER_LOOP(32, crc, tmp[0]);
> + CRC_INNER_LOOP(32, crc, tmp[1]);
> + CRC_INNER_LOOP(32, crc, tmp[2]);
This one already is wrong.
//mirabile
--
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence. -- Coywolf Qi Hunt
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers