Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
linux on s390x with -tags='noasm'
Description
Initial support for s390x was added inĀ aca707086160afd92da62aa2f9537a284528e48a but if building with -tags='noasm' it fails with:
# github.com/apache/arrow/go/arrow/math math/float64_s390x.go:21:6: initFloat64Go redeclared in this block previous declaration at math/float64_noasm.go:23:6 math/int64_s390x.go:21:6: initInt64Go redeclared in this block previous declaration at math/int64_noasm.go:23:6 math/math_s390x.go:24:6: initGo redeclared in this block previous declaration at math/math_noasm.go:25:6 math/uint64_s390x.go:21:6: initUint64Go redeclared in this block previous declaration at math/uint64_noasm.go:23:6
Attachments
Issue Links
- links to