Commit b92c0fa
committed
[VecOps] Remove outdated
This is a follow-up on 2605710, which is required to make the
`vecops_rvec.cxx` tests pass on ARM64 with GCC 14.
That commit changed from using the `ROOT::Detail::VecOps::` namespace
explicitly for `IsSmall` to a `using` statement. However, there was also
a remnant `IsSmall` function with an outdated implementation in the test
file itself, which was accidentally picked up by the tests then.IsSmall helper function in tests1 parent 0a78e9c commit b92c0fa
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1493 | 1493 | | |
1494 | 1494 | | |
1495 | 1495 | | |
1496 | | - | |
1497 | | - | |
1498 | | - | |
1499 | | - | |
1500 | | - | |
1501 | | - | |
1502 | | - | |
1503 | 1496 | | |
1504 | 1497 | | |
1505 | 1498 | | |
| |||
0 commit comments