mojo icon indicating copy to clipboard operation
mojo copied to clipboard

[simd] Simplify `SIMD.reduce_op` functions

Open soraros opened this issue 8 months ago • 2 comments

  • Simplify the signature of reduce since it's doesn't have to be generic over type
  • Introduced a reduce overload for non-capturing functions
  • Simplify SIMD.reduce_op functions using SIMD.op methods directly

soraros avatar Jun 20 '24 00:06 soraros