Commits


Noah Treuhaft authored and GitHub committed 6294a732e89
GH-34044: [Go] Fix build with noasm tag (#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 #34044. Authored-by: Noah Treuhaft <noah.treuhaft@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>