Skip to content

refactor(math): align FHT function names with zvec - #35

Merged
zhenghaoz merged 1 commit into
mainfrom
refactor/align-fht-function-names
Aug 31, 2026
Merged

refactor(math): align FHT function names with zvec#35
zhenghaoz merged 1 commit into
mainfrom
refactor/align-fht-function-names

Conversation

@zhangzhenghao

Copy link
Copy Markdown
Collaborator

Summary

  • align AVX2, AVX512, and NEON FHT C function names with Alibaba zvec
  • update generated Go declarations and assembly symbols
  • update amd64 and arm64 call sites to use the aligned names

Testing

  • make generate
  • go test ./internal/ailego/math -count=1
  • GOOS=linux GOARCH=arm64 go test -c ./internal/ailego/math -o /tmp/xvec-ailego-math-arm64.test
  • go test ./... -count=1

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
xvec 7857aee Aug 31 2026, 12:50 PM

@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 50.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.37%. Comparing base (d488a95) to head (7857aee).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
internal/ailego/math/fht_amd64.go 50.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
- Coverage   82.45%   82.37%   -0.09%     
==========================================
  Files         122      122              
  Lines       26066    26066              
==========================================
- Hits        21494    21473      -21     
- Misses       4572     4593      +21     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zhenghaoz
zhenghaoz merged commit ac2f67d into main Aug 31, 2026
7 of 9 checks passed
@zhenghaoz
zhenghaoz deleted the refactor/align-fht-function-names branch August 31, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants