Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-15739

[C++] Bump xsimd to latest version

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 8.0.0
    • C++

    Description

      Besides improvements of Neon any/all implementation, we can simplify below code

      #ifdef ARROW_HAVE_NEON
        using simd_batch = xsimd::batch<int8_t, xsimd::neon64>;
      #else
        using simd_batch = xsimd::batch<int8_t, xsimd::sse4_2>;
      #endif
      

      to

      using simd_batch = xsimd::make_sized_batch_t<int8_t, 16>;
      

      Attachments

        Issue Links

          Activity

            People

              yibocai Yibo Cai
              yibocai Yibo Cai
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 2h
                  2h