Get the global bitmap SIMD operations.
()
| 52 | |
| 53 | /// Get the global bitmap SIMD operations. |
| 54 | pub fn ops() -> &'static BitmapSimdOps { |
| 55 | OPS.get_or_init(BitmapSimdOps::detect) |
| 56 | } |
| 57 | |
| 58 | // ── Scalar ───────────────────────────────────────────────────────── |
| 59 |
no outgoing calls