Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Arm64 vector ABI #23675

Merged
merged 7 commits into from
Apr 16, 2019
Merged

Arm64 vector ABI #23675

merged 7 commits into from
Apr 16, 2019

Commits on Apr 13, 2019

  1. Support for Arm64 Vector ABI

    Extend HFA support to support vectors as well as floating point types.
    This requires that the JIT recognize vector types even during crossgen,
    so that the ABI is supported consistently.
    
    Fix #16022
    CarolEidt committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    bc14374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a17f160 View commit details
    Browse the repository at this point in the history
  3. Formatting

    CarolEidt committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    dc310e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c5a026 View commit details
    Browse the repository at this point in the history
  5. PR Feedback

    CarolEidt committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    dd186f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    582d506 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Fix arm build

    CarolEidt committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    69e0a6f View commit details
    Browse the repository at this point in the history