chewxy / math32

A float32 version of Go's math package
BSD 2-Clause "Simplified" License
61 stars 22 forks source link

add arch vet tests. fix arm,arm64 duplicated decl #41

Closed soypat closed 2 years ago

soypat commented 2 years ago

Resolves #40. Adds tests to prevent this from happening again.

These vet-tests are failing as of now for various target architectures.

soypat commented 2 years ago

This removes seemingly broken assembly implementations for risc64 and arm64. I will create an issue noting how this could be solved in the future.