File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ groups of functions sharing similar properties:
47
47
48
48
| Package | Purpose |
49
49
| ------- | ------- |
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 |
58
58
59
59
When no assembly version of a function is available for the target platform,
60
60
the package provides a generic implementation in Go which is automatically
You can’t perform that action at this time.
0 commit comments