Skip to content
This repository has been archived by the owner. It is now read-only.

Bezier curves #139

Closed
Closed

Commits on Jan 14, 2015

  1. Enhance the detection of SSE2-compatible targets

    Assuming that any target that doesn't have "arm" in its name is an i686 or x86_64
    and thus SSE2-compatible is incorrect (counter examples: aarch64 or mips). Make
    the check as fool-proof as possible.
    akosthekiss committed Jan 14, 2015

Commits on Jan 18, 2015

  1. Merge pull request #132 from akiss77/pr-sse2

    Enhance the detection of SSE2-compatible targets
    mrobinson committed Jan 18, 2015

Commits on Jan 28, 2015

  1. Merge pull request #135 from servo/rustup_20150109

    Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev; r=Ms2ger
    Ms2ger committed Jan 28, 2015

Commits on Jan 30, 2015

  1. Support cubic Bezier curves

    pcwalton committed Jan 30, 2015
You can’t perform that action at this time.