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

Fix for Issue #1413 #179

Merged
merged 1 commit into from
May 14, 2024
Merged

Fix for Issue #1413 #179

merged 1 commit into from
May 14, 2024

Commits on Apr 22, 2024

  1. Fix for Issue #1413

    PGMATH has AVX512 runtime functions and can be executed only when the application is compiled
    in avx512 mode. The VecFuncs.def has no information about the TargetOptions and avx512 functions
    are selected even in avx2 mode. This issue is fixed by creating separate table for AVX512 functions
    and using them only when avx512 mode is specified.
    shivaramaarao committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6214c2d View commit details
    Browse the repository at this point in the history