Skip to content

Use simd_* intrinsics instead of llvm intrinsics where possible #788

Closed
@bjorn3

Description

@bjorn3
  • _mm_sqrt_ps: llvm.x86.sse.sqrt.ps -> simd_fsqrt
  • _mm_min_ps: llvm.x86.sse.min.ps -> simd_fmin
  • ...

This makes it easier for other codegen backends to support stuff, as all variants of the same operation are nicely bundled together. (eg single and double precision sqrt)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions