Skip to content

Optimizing LAPACK dependecy on windows #191

@sebffischer

Description

@sebffischer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions