Steve Klabnik c5842837b8 Rollup merge of #32862 - raphlinus:master, r=bluss
Bit-magic for faster is_char_boundary

The asm generated for b < 128 || b >= 192 is not ideal, as it computes
both sub-inequalities. This patch replaces it with bit magic.

Fixes #32471
2016-04-11 10:31:28 -04:00
..
2016-03-22 22:01:37 -05:00
2016-04-09 17:16:54 -07:00
2016-03-08 13:44:14 -08:00
2016-03-01 20:44:48 +08:00
2016-03-22 18:18:01 +01:00
2016-03-18 15:47:33 +01:00
2015-11-12 05:16:08 +00:00
2016-03-08 13:44:14 -08:00
2015-12-21 09:26:21 -08:00
2016-03-24 13:24:39 +01:00
2016-02-09 16:00:50 -05:00