Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-34044: [Go] Fix build with noasm tag (apache#34045)
Fix the following build failure. $ go build -tags noasm ./... # github.com/apache/arrow/go/v12/arrow/compute/internal/kernels arrow/compute/internal/kernels/basic_arithmetic_noasm.go:27:9: undefined: getGoArithmeticOpFloatingSameType arrow/compute/internal/kernels/basic_arithmetic_noasm.go:35:9: undefined: getGoArithmeticFixedIntOut Closes apache#34044. Authored-by: Noah Treuhaft <[email protected]> Signed-off-by: Matt Topol <[email protected]>
- Loading branch information