[pypy-dev] Floating point computation

Zariko Taba zariko.taba at gmail.com
Fri Jul 1 17:08:32 CEST 2011


On Fri, Jul 1, 2011 at 2:54 PM, Armin Rigo <arigo at tunes.org> wrote:

>
> There is a third solution: do exactly the same kind of code, but in
> RPython instead of in C.  This means using the rffi module.  For
> example:
>
> builtin_ia32_sqrtss = rffi.llexternal("__builtin_ia32_sqrtss",
> [argtypes...],
>    restype, _nowrapper=True, _callable=emulate_ia32_sqrtss)
>


Awesome ! I will give it a try. :)

Thanks !

Zariko.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20110701/3834ffc8/attachment.html>


More information about the pypy-dev mailing list