Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

About

IndexByte is Go's strchr.  It's widely used both in the Go standard library and without.  We have an optimized scalar version but it would be good to have an RVV version.  SIMD versions exist for other architectures.

...