servo/components/gfx/text
Bryan Bell 0c99b7e6a9 Add fast SIMD code path in advance_for_char_range
In advance_for_char_range add a SIMD code path for the the common
case of no detailed glyphs.

- gfx/Cargo.toml
  Add simd dependency https://github.com/huonw/simd

- servo/Cargo.lock
  Add simd dependency https://github.com/huonw/simd @
  d9ad79d86eab50a8f36d45fe17aa9e3a533389ee.

- SIMD isn't used on non-x86_65/aarch64 architectures.
2015-09-09 15:20:20 -07:00
..
shaping Make test-tidy check that braces have spaces before or after them 2015-08-31 12:30:55 -05:00
glyph.rs Add fast SIMD code path in advance_for_char_range 2015-09-09 15:20:20 -07:00
mod.rs Remove dead code from gfx/text 2015-07-14 14:32:45 -07:00
text_run.rs Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
util.rs layout: Rewrite whitespace stripping. 2015-08-11 11:42:20 -07:00