SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
244 stars 52 forks source link

Import CpuId only on x86_64 or i686 #521

Closed chriselrod closed 1 month ago

chriselrod commented 1 month ago

This fixes LinearSolve on AArch64, for example.