Re: [pypy-dev] intrinsics for special instructions
There's currently no special way, you could bind to it using cffi; but this will generate a call to a C function, not the instruction directly. Alex On Mon, Jul 29, 2013 at 5:15 PM, Nathan Hurst wrote: > Is there a way to call special operators such as __builtin_popcount > from within pypy? >
[pypy-dev] intrinsics for special instructions
Is there a way to call special operators such as __builtin_popcount from within pypy? regards, njh ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev