https://github.com/rvan-mee/miniRT/blob/master/include/minirt.h This can be used to help with speed + reduce vector functions typedef float t_fvec \ __attribute__ ((vector_size (4 * sizeof(float))));
https://github.com/rvan-mee/miniRT/blob/master/include/minirt.h
This can be used to help with speed + reduce vector functions
typedef float t_fvec
attribute ((vector_size (4 * sizeof(float))));