Get the global timeseries SIMD runtime.
()
| 78 | |
| 79 | /// Get the global timeseries SIMD runtime. |
| 80 | pub fn ts_runtime() -> &'static TsSimdRuntime { |
| 81 | TS_RUNTIME.get_or_init(TsSimdRuntime::detect) |
| 82 | } |
| 83 | |
| 84 | // ── Scalar fallback (auto-vectorized by LLVM) ── |
| 85 |
no outgoing calls