Skip to content

Saturating instructions not generated on AVX512 #7002

@rootjalex

Description

@rootjalex

We do not currently generate the AVX512 saturating_add or saturating_sub instructions, instead we generate multiple calls to the AVX2 variants.

This was noted on a significant performance loss on AVX512 using the absd optimization from #6545 , which was traced to not properly generating saturating_sub AVX512 instructions.

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