Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/net
Christos Zoulas wrote:
> In article <20141119210214.GA8310@neva>,
> Alexander Nasonov <alnsn%yandex.ru@localhost> wrote:
> >I don't think SLJIT_UMOD exists. You need to emit SLJIT_SUB after
> >SLJIT_UDIV. This should be pretty straigthforward. But I don't mind
> >if you make a function call for these quite rare instructions.
>
> Can you please do it? You are the expert :-)
Done.
It was easier than emitting SLJIT_SUB because SLJIT_UDIV places
the remainder to SLJIT_SCRATCH_REG2. I just SLJIT_MOV'ed it to
BJ_AREG.
Alex
Home |
Main Index |
Thread Index |
Old Index