|
|
|
|
|
by monocasa
1883 days ago
|
|
The various SIMD ISAs are different enough from eachother that you really want a custom implementation per ISA for perf reasons. Particularly if you're doing something off the beaten path like this rather than cranking through some vector math. |
|