Commit 4630313
### Rationale for this change
Add regression test for an issue that surfaced on specific MSVC versions, presumably due to a compiler bug.
Possible upstream tickets are https://developercommunity.visualstudio.com/t/Code-optimization-bug-SIMD-std::transf/10912292 and https://developercommunity.visualstudio.com/t/SIMD-Code-optimization-bug/10945478.
### What changes are included in this PR?
Additional tests to catch any further occurrence of this specific problem.
### Are these changes tested?
Obviously yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #47234
Lead-authored-by: Antoine Pitrou <[email protected]>
Co-authored-by: Rok Mihevc <[email protected]>
Co-authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
1 parent eb6b637 commit 4630313
File tree
2 files changed
+30
-0
lines changed- cpp/src/arrow/compute/kernels
- python/pyarrow/tests
2 files changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3144 | 3144 | | |
3145 | 3145 | | |
3146 | 3146 | | |
| 3147 | + | |
| 3148 | + | |
| 3149 | + | |
| 3150 | + | |
| 3151 | + | |
| 3152 | + | |
| 3153 | + | |
| 3154 | + | |
3147 | 3155 | | |
3148 | 3156 | | |
3149 | 3157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1952 | 1952 | | |
1953 | 1953 | | |
1954 | 1954 | | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
| 1970 | + | |
| 1971 | + | |
| 1972 | + | |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
1955 | 1977 | | |
1956 | 1978 | | |
1957 | 1979 | | |
| |||
0 commit comments