Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSE XMM0 ABI #923

Merged
merged 3 commits into from
Feb 21, 2019
Merged

SSE XMM0 ABI #923

merged 3 commits into from
Feb 21, 2019

Commits on Feb 18, 2019

  1. The following code allows ymm registers to be cast to smaller registe…

    …rs. This new casting operation is used to extract xmm registers from ymm registers in order to support monomorphic functions in sse. The SysV ABI is updated to recognize functions that read and write to xmm0.
    turnersr committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    0bc98b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    fda4370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca4ba29 View commit details
    Browse the repository at this point in the history