<html><head></head><body><div style="font-family:courier new, courier, monaco, monospace, sans-serif;font-size:13px;"><div><div>Hi, I need to run a loop around the scipy.optimize.zeros functions like brentq and newton. Looping 100k takes a long time, so I started to try to cythonize some of the zeros functions. I've started with newton and bisect. Newton works, but bisect gives me "Illegal Instruction 4" on my mac running Python 2.7 and Xcode. If anyone has any feedback that would help a lot. <a href="https://github.com/mikofski/scipy/tree/cython_optimize/scipy/optimize/cython_optimize" class="">https://github.com/mikofski/scipy/tree/cython_optimize/scipy/optimize/cython_optimize</a></div><div><br></div><div>Thanks!</div><div><br></div><div><br></div><div class="ydp9a27e21fsignature"><div>“As I breath in, I calm my body, as I breath out, I smile” - <a href="http://en.wikipedia.org/wiki/Thich_Nhat_Hanh" rel="nofollow" target="_blank">Thich_Nhat_Hanh</a></div></div></div></div></body></html>