10000 ngt 2.4.0 by BrewTestBot · Pull Request #224914 · Homebrew/homebrew-core · GitHub
[go: up one dir, main page]

Skip to content

ngt 2.4.0 #224914

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.

< 8000 a href="/signup?return_to=%2FHomebrew%2Fhomebrew-core%2Fissues%2Fnew%2Fchoose" data-view-component="true" class="btn-primary btn mx-auto"> Sign up for GitHub

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

Closed
wants to merge 1 commit into from
Closed

ngt 2.4.0 #224914

wants to merge 1 commit into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* Fix typo in README. by @weiwch in https://github.com/yahoojapan/NGT/pull/182

New Contributors

Full Changelog: yahoojapan/NGT@v2.3.15...v2.4.0

View the full release notes at https://github.com/yahoojapan/NGT/releases/tag/v2.4.0.


@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label May 27, 2025
@chenrui333
Copy link
Member
  /var/tmp/ngt-20250527-5499-5gxlrg/NGT-2.4.0/lib/NGT/PrimitiveComparatorX86.cpp:99:3: error: ‘__m256i’ was not declared in this scope
     99 |   __m256i sum256 = _mm256_setzero_si256();
        |   ^~~~~~~
  /var/tmp/ngt-20250527-5499-5gxlrg/NGT-2.4.0/lib/NGT/PrimitiveComparatorX86.cpp:100:9: error: ‘__m256i’ does not name a type
    100 |   const __m256i mask256x0F = _mm256_set1_epi16(0x000f);
        |         ^~~~~~~
  /var/tmp/ngt-20250527-5499-5gxlrg/NGT-2.4.0/lib/NGT/PrimitiveComparatorX86.cpp:101:9: error: ‘__m256i’ does not name a type
    101 |   const __m256i mask256xF0 = _mm256_set1_epi16(0x00f0);
        |         ^~~~~~~
  /var/tmp/ngt-20250527-5499-5gxlrg/NGT-2.4.0/lib/NGT/PrimitiveComparatorX86.cpp:102:10: error: expected ‘;’ before ‘lookupTable256’
    102 |   __m256i lookupTable256 = _mm256_loadu_si256((__m256i const *)lut.data());
        |          ^~~~~~~~~~~~~~~
        |          ;
  /var/tmp/ngt-20250527-5499-5gxlrg/NGT-2.4.0/lib/NGT/PrimitiveComparatorX86.cpp:105:12: error: expected ‘;’ before ‘packedobj’
    105 |     __m256i packedobj = _mm256_cvtepu8_epi16(_mm_loadu_si128((__m128i const *)u8b));
        |            ^~~~~~~~~~
        |            ;
  /var/tmp/ngt-20250527-5499-5gxlrg/NGT-2.4.0/lib/NGT/PrimitiveComparatorX86.cpp:106:12: error: expected ‘;’ before ‘lo’
    106 |     __m256i lo = _mm256_and_si256(packedobj, mask256x0F);
        |            ^~~
        |            ;
  /var/tmp/ngt-20250527-5499-5gxlrg/NGT-2.4.0/lib/NGT/PrimitiveComparatorX86.cpp:107:12: error: expected ‘;’ before ‘hi’
    107 |     __m256i hi = _mm256_slli_epi16(_mm256_and_si256(packedobj, mask256xF0), 4);
        |            ^~~
        |            ;

@chenrui333 chenrui333 added build failure CI fails while building the software CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels May 28, 2025
@daeho-ro
Copy link
Member

#225156

@daeho-ro daeho-ro closed this May 30, 2025
@github-actions github-actions bot deleted the bump-ngt-2.4.0 branch May 30, 2025 01:00
@chenrui333 chenrui333 added the superseded PR was replaced by another PR label May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. superseded PR was replaced by another PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0