The raytracer routines use vector math but I don't believe the code is SMP aware. That is most likely handled by the operating system.
It doesn't use OpenGL either for raytracing. OpenGL is used in drawing and displaying. The raytracer is a series of mathematical formulas for reflection, refraction, and intersection. I've noticed that raytracing on AROS so far is fast.