|
|
|
|
|
by menaerus
862 days ago
|
|
I'd say that SIMD and even moreso CPU internals knowledge is not quite common and upmost performance is I think not among the highest priority goals in libc/libc++/libstdc++. The ones who need it will implement it themselves. The ones that don't need them won't even notice. Implementation effort and maintanence is by several factors larger than usual "good enough" scalar implementation. |
|