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

BLD: fix uninitialized variable warnings from simd/neon/memory.h #25478

Merged
merged 1 commit into from
Dec 23, 2023

Commits on Dec 23, 2023

  1. BLD: fix uninitialized variable warnings from simd/neon/memory.h

    The warning was this, repeated many times:
    ```
    In file included from ../numpy/_core/src/common/simd/neon/neon.h:76:
    ../numpy/_core/src/common/simd/neon/memory.h:56:56: warning: variable 'a' is uninitialized when used here [-Wuninitialized]
        a = vld1q_lane_s32((const int32_t*)ptr,            a, 0);
                                                           ^
    ```
    [skip cirrus] [skip azp]
    rgommers authored and charris committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    2e0200a View commit details
    Browse the repository at this point in the history