aobench on Parallella.
Youtube
http://www.youtube.com/watch?v=_t4p4Is0Z3E
Based on Shodruky's mandelbrot example
https://github.com/parallella/parallella-examples/tree/master/mandelbrot
$ make
Go to framebuffer mode(CTRL + ALT + F2)
$ ./run.sh
Will render animation of aobench. After execution, you can go back to GUI by CTRL + ALT + F7
-O3 option doesn't work(seems causing stack overrun at runtime).
epiphany core doesn't have division, sqrt, etc in HW, thus we have to provide (approximate) functions of these for better performance.
3-clause BSD license