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
On windows, R ships it's own LAPACK which excludes support for f32. This means that FFI calls need to roundtrip f32 -> f64 -> ... -> f64 --> f32, which is unnecessary. This could be optimized.
On windows, R ships it's own LAPACK which excludes support for f32. This means that FFI calls need to roundtrip f32 -> f64 -> ... -> f64 --> f32, which is unnecessary. This could be optimized.