Skip to content

Commit 86603cd

Browse files
author
Achille
authored
Merge pull request #48 from udhaybegyall/main
Update Readme.md
2 parents 897a080 + 7fff771 commit 86603cd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ groups of functions sharing similar properties:
4747

4848
| Package | Purpose |
4949
| ------- | ------- |
50-
| `github.com/segmentio/asm/ascii` | library of functions designed to work on ASCII inputs |
51-
| `github.com/segmentio/asm/base64` | standard library compatible base64 encodings |
52-
| `github.com/segmentio/asm/bswap` | byte swapping algorithms working on arrays of fixed-size items |
53-
| `github.com/segmentio/asm/cpu` | definition of the ABI used to detect CPU features |
54-
| `github.com/segmentio/asm/mem` | functions operating on byte arrays |
55-
| `github.com/segmentio/asm/qsort` | quick-sort implementations for arrays of fixed-size items |
56-
| `github.com/segmentio/asm/slices` | functions performing computations on pairs of slices |
57-
| `github.com/segmentio/asm/sortedset` | functions working on sorted arrays of fixed-size items |
50+
| [ascii](ascii) | library of functions designed to work on ASCII inputs |
51+
| [base64](base64) | standard library compatible base64 encodings |
52+
| [bswap](bswap) | byte swapping algorithms working on arrays of fixed-size items |
53+
| [cpu](cpu) | definition of the ABI used to detect CPU features |
54+
| [mem](mem) | functions operating on byte arrays |
55+
| [qsort](qsort) | quick-sort implementations for arrays of fixed-size items |
56+
| [slices](slices) | functions performing computations on pairs of slices |
57+
| [sortedset](sortedset) | functions working on sorted arrays of fixed-size items |
5858

5959
When no assembly version of a function is available for the target platform,
6060
the package provides a generic implementation in Go which is automatically

0 commit comments

Comments
 (0)