High-performance SIMD library for Go with AVX/NEON support
-
Updated
May 27, 2026 - Go
High-performance SIMD library for Go with AVX/NEON support
Calculate the maximum value of a double-precision floating-point strided array.
Calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Adds a constant to each double-precision floating-point strided array element and computes the sum.
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays according to a strided mask array and assigning results to elements in a double-precision floating-point strided output array.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Add a description, image, and links to the float64 topic page so that developers can more easily learn about it.
To associate your repository with the float64 topic, visit your repo's landing page and select "manage topics."