()
| 17 | public class Simd { |
| 18 | /// Returns the singleton instance of the Simd class. Equivalent to `CN.getSimd();` |
| 19 | public static Simd get() { |
| 20 | return CN.getSimd(); |
| 21 | } |
| 22 | |
| 23 | /// Returns true if SIMD instructions are natively supported |
| 24 | /// if this returns false the APIs in this class would still work |