servo/components/gfx
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
..
display_list Split out layered child stacking contexts in display lists 2015-08-26 10:20:28 -07:00
platform Auto merge of #7468 - JoshTheGoldfish:Issue7460, r=jdm 2015-09-01 08:33:02 -06:00
text Add fast SIMD code path in advance_for_char_range 2015-09-09 15:20:20 -07:00
Cargo.toml Add fast SIMD code path in advance_for_char_range 2015-09-09 15:20:20 -07:00
filters.rs sort all uses 2015-08-20 20:47:12 +08:00
font.rs Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) 2015-09-02 09:22:17 +02:00
font_cache_task.rs sort all uses 2015-08-20 20:47:12 +08:00
font_context.rs make test-tidy check that = have space after them 2015-09-01 07:18:19 -04:00
font_template.rs Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) 2015-09-02 09:22:17 +02:00
lib.rs Add fast SIMD code path in advance_for_char_range 2015-09-09 15:20:20 -07:00
paint_context.rs Auto merge of #7313 - pcwalton:position-relative-percentage-overflow, r=mbrubeck 2015-09-01 12:33:07 -06:00
paint_task.rs Auto merge of #7392 - mrobinson:layered-separate, r=pcwalton 2015-08-26 11:38:34 -06:00