Skip to content

Commit b1529f3

Browse files
committed
[clib] changing package name to match simdutf on which this is based
1 parent 67ffa22 commit b1529f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# utf_transcoding
1+
# simdutf
22
Transcoding UTF-8/Latin-1/UTF-16/UTF-32 with SIMDe AVX2 functions.
33

44
This is a port of [simdutf](https://github.com/simdutf/simdutf) to pure C using cross-platform AVX2 instructions with [simde](https://github.com/goodcleanfun/simde_avx2).

clib.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "utf_transcoding",
2+
"name": "simdutf",
33
"version": "0.0.0",
4-
"repo": "goodcleanfun/utf_transcoding",
4+
"repo": "goodcleanfun/simdutf",
55
"description": "Transcoding UTF-8/Latin-1/UTF-16/UTF-32 with SIMDe AVX2 functions",
6-
"keywords": [],
6+
"keywords": ["utf-8", "utf-16", "utf-32", "latin-1", "simd", "simde", "avx2"],
77
"license": "MIT",
88
"development": {
99
"silentbicycle/greatest": "*",

0 commit comments

Comments
 (0)