Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TLI][AArch64] Adjust TLI mappings to vector functions taking linear pointers #80296

Merged

Commits on Feb 1, 2024

  1. [TLI][AArch64] Adjust TLI mappings to vector functions taking linear …

    …pointers
    
    The masked symbols in SLEEF are incorrectly implemented as calls to
    non masked variants, what only works fine for functions which do not
    modify memory.
    For vector variants which modify memory we can only use a non masked symbols
    for now.
    The SVE ArmPL mappings need to be removed for now as well.
    mgabka committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    88dd095 View commit details
    Browse the repository at this point in the history