Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flinto/VectorMath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: flinto/VectorMath
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: SIMD
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 23 files changed
  • 1 contributor

Commits on May 16, 2016

  1. Update small bugs to prepare supporting SIMD

    Kazuho Okui
    Kazuho Okui committed May 16, 2016
    Configuration menu
    Copy the full SHA
    f797a29 View commit details
    Browse the repository at this point in the history
  2. Added SIMD version of Vector library

    Kazuho Okui
    Kazuho Okui committed May 16, 2016
    Configuration menu
    Copy the full SHA
    4efe57e View commit details
    Browse the repository at this point in the history
  3. Removed xcworkspace

    Kazuho Okui
    Kazuho Okui committed May 16, 2016
    Configuration menu
    Copy the full SHA
    409b02d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into SIMD

    Kazuho Okui
    Kazuho Okui committed May 16, 2016
    Configuration menu
    Copy the full SHA
    f18fe8e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into SIMD

    # Conflicts:
    #	Tests/UnitTests.xcodeproj/project.pbxproj
    Kazuho Okui
    Kazuho Okui committed May 16, 2016
    Configuration menu
    Copy the full SHA
    ec081e7 View commit details
    Browse the repository at this point in the history
  6. Cleanup test project

    Kazuho Okui
    Kazuho Okui committed May 16, 2016
    Configuration menu
    Copy the full SHA
    c274aa0 View commit details
    Browse the repository at this point in the history
  7. Implemented integral, standardize Rect

    Fix several bugs, typos
    Remove Comparable protocol from Float2/4
    Kazuho Okui
    Kazuho Okui committed May 16, 2016
    Configuration menu
    Copy the full SHA
    9bb87dd View commit details
    Browse the repository at this point in the history
  8. Refine Rect.union

    Kazuho Okui
    Kazuho Okui committed May 16, 2016
    Configuration menu
    Copy the full SHA
    c3a73e9 View commit details
    Browse the repository at this point in the history
  9. Cleanup code

    Kazuho Okui
    Kazuho Okui committed May 16, 2016
    Configuration menu
    Copy the full SHA
    ff29886 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Adopt Swift 3.0 API guideline

    Kazuho Okui
    Kazuho Okui committed May 17, 2016
    Configuration menu
    Copy the full SHA
    0514fdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0bfee5 View commit details
    Browse the repository at this point in the history
  3. Refine union rect function

    Kazuho Okui
    Kazuho Okui committed May 17, 2016
    Configuration menu
    Copy the full SHA
    835e92c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2016

  1. Refine using scalar type alias for float2, 4, and so on

    Kazuho Okui
    Kazuho Okui committed May 22, 2016
    Configuration menu
    Copy the full SHA
    de360f8 View commit details
    Browse the repository at this point in the history
Loading