Hacker News new | ask | show | jobs
by TazeTSchnitzel 4123 days ago
I was going to say the same. A polyfill will be more complex than, say:

  a[0] *= b[0];
  a[1] *= b[1];
  a[2] *= b[2];
  a[3] *= b[3];