Open amosr opened 8 years ago
We're only testing the 'leftover' case where we can't do a full mm128 load. It is also worth testing the good case, probably just by padding spaces at the end of the input string.
and implement a case which calls unvectorised if input < 16 and vectorised otherwise, or whatever the sweet spot is
We're only testing the 'leftover' case where we can't do a full mm128 load. It is also worth testing the good case, probably just by padding spaces at the end of the input string.