You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running the scalar implementations of the graphene_simd4f_t type, we get a segmentation fault inside graphene_matrix_interpolate() when calculating the linear interpolation of the two perspective vec4.
when running the scalar implementations of the
graphene_simd4f_t
type, we get a segmentation fault insidegraphene_matrix_interpolate()
when calculating the linear interpolation of the two perspective vec4.the issue goes away when compiling graphene with
-O0
; any other optimization causes a segmentation fault.The text was updated successfully, but these errors were encountered: