Commit 2728515
committed
docs: explain why the vector256 overload has no arm64 branch
The two overloads are deliberately asymmetric and it reads as an oversight without
a note: Vector256 is never hardware-accelerated on arm64, so nothing there can
reach this method and an AdvSimd path would be dead code.1 parent 645ab0b commit 2728515
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| |||
0 commit comments