Skip to content

simd_fpow and simd_fpowi intrinsics are not exposed in intrinsics::simd #137555

Closed
@folkertdev

Description

@folkertdev

As a result, to test/use these intrinsics they must be redeclared outside of core, which is at best inelegant and at worst could lead to subtle bugs.

I think there are two options:

  • this is an oversight, and we should define and expose these intrinsics
  • there is an undocumented reason that these intrinsics are not exposed in the standard way
  • edit: secret third thing: these intrinsics are not useful and should be removed

cc @calebzulawski it looks like you touched this last 5 years ago 07db2bf. Long time, but maybe you remember something?

@rustbot label +A-simd +F-core_intrinsics

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-SIMDArea: SIMD (Single Instruction Multiple Data)F-core_intrinsicsIssue in the "core intrinsics" for internal usage only.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions