Skip to content

[vm/ffi] Support SSE & NEON packed data #37470

Open
@dcharkes

Description

@dcharkes

Currently, the FFI supports int8-int64, uint8-uint32, intptr, double, and float as native types. These are supported by having them available in the API and handling their size and alignment correctly in structs and trampolines.

However, the full ABI's also include packed data for SSE, with __m128 etc. We could add those to the FFI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-ffi

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions