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 (cherry-pick #179 to release_18x) #185

Merged
merged 1 commit into from
Aug 13, 2024

Commits on Aug 12, 2024

  1. Fix for Issue #1413 (cherry-pick #179 to release_18x)

    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 Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9bfd70d View commit details
    Browse the repository at this point in the history