On Fri, Jul 1, 2011 at 2:54 PM, Armin Rigo <[email protected]> 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.
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
