Therefore it begs the question, why on earth would anyone consider this
task?
+
+Hints as to the answer emerge from an article
+"[SIMD considered harmful](https://www.sigarch.org/simd-instructions-considered-harmful/)"
+which illustrates a catastrophic rabbit-hole taken by Industry Giants
+since the 90s (over 3 decades) whereby SIMD width, an Order(N^6) opcode
+proliferation nightmare, with its mantra "make it easy for hardware engineers,
+let software sort out the mess" literally overwhelming programmers.
+Worse than that, specialists in charging clients Optimisation Services
+are finding that AVX-512, to take an example, is anything but optimal:
+overall performance actually *decreases* even as power consumption goes
+up.