Open sairutra opened 2 weeks ago
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))));