Work on porting SIMD vt arser to Go for the kittens

This commit is contained in:
Kovid Goyal
2024-01-31 19:02:19 +05:30
parent 131716da00
commit de8c1e0206
7 changed files with 1660 additions and 0 deletions

8
tools/simdstring/generate.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
#
# generate.sh
# Copyright (C) 2024 Kovid Goyal <kovid at kovidgoyal.net>
#
# Distributed under terms of the MIT license.
#
go run generate.go && GOARCH=amd64 go vet ./... && GOARCH=arm64 go vet ./...