tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: cdbw optimisation in libc



Joerg Sonnenberger wrote:
> Won't survive in tools as is.

Can you please elaborate?

Is it because of this contruct

+remove_vertex(struct state *state, uint32_t v0)
+{
+       uint32_t e, v1, v2;
+       struct oedge *o = state->oedges;


or <sys/bitops.h> or something else?

Alex


Home | Main Index | Thread Index | Old Index