mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
Work on porting SIMD vt arser to Go for the kittens
This commit is contained in:
8
tools/simdstring/generate.sh
Executable file
8
tools/simdstring/generate.sh
Executable 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 ./...
|
||||
Reference in New Issue
Block a user