pulp icon indicating copy to clipboard operation
pulp copied to clipboard

Results 4 pulp issues
Sort by recently updated
recently updated
newest added

I needed support for 8/16 bit types and min/max for integers, but the changes quickly became unmanageable. So instead I tried reining in the code duplication a bit using some...

This PR removes unused dependencies and makes the `num-complex` dependency optional (Hopefully I got everything).

It would be nice if pulp had support for Wasm simd128, and perhaps Wasm relaxed SIMD.

Not sure how important this is across architectures since only AVX2 supports gather (ARM only supports gather via SVE, which LLVM doesn't seem to support, and WASM seems to only...