Skip to content

Move AVX2 branch under amd64 build tag #17

Move AVX2 branch under amd64 build tag

Move AVX2 branch under amd64 build tag #17

Triggered via push July 17, 2024 12:16
Status Failure
Total duration 17s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build: and_amd64.go#L6
cannot use uint64(len(a)) >> 8 (value of type uint64) as int value in assignment
build: and_amd64.go#L8
cannot use l (variable of type int) as uint64 value in argument to andAVX2
build: and_amd64.go#L18
cannot use uint64(len(a)) >> 8 (value of type uint64) as int value in assignment
build: and_amd64.go#L20
cannot use l (variable of type int) as uint64 value in argument to orAVX2
build: and_amd64.go#L30
cannot use uint64(len(a)) >> 8 (value of type uint64) as int value in assignment
build: and_amd64.go#L32
cannot use l (variable of type int) as uint64 value in argument to andNotAVX2
build
Process completed with exit code 1.
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/