Skip to content

Implement missing ARM NEON vector types #149

Closed
@gnzlbg

Description

@gnzlbg

Some of the ARM NEON intrinsics require the following types that are not currently available:

  • f16, f16x4, f16x8: half-floats
  • p8x8, p8x16, p16x4, p16x8, p64, p64x1,p64x2, p128: polynomial coefficient types (should maybe either be aliases to u... or newtypes of u...).

Given that the F16C instruction (_mm_cvtps_ph, _mm_cvtph_ps, ...) set also supports half-floats on x86 we probably want to provide some of the half-float types for x86 as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions