branch | pyrit |
changeset 92 | 9af5c039b678 |
parent 91 | 9d66d323c354 |
child 95 | ca7d4c665531 |
--- a/src/container.cc Fri May 02 13:27:47 2008 +0200 +++ b/src/container.cc Mon May 05 15:31:14 2008 +0200 @@ -60,8 +60,8 @@ return nearest_shape; } -#ifndef NO_SSE -void Container::packet_intersection(const Shape **origin_shapes, const RayPacket &rays, +#ifndef NO_SIMD +void Container::packet_intersection(const Shape* const* origin_shapes, const RayPacket &rays, Float *nearest_distances, Shape **nearest_shapes) { for (int i = 0; i < 4; i++)