Skip to content

fix: remove arch-specific SIMD files from unconditional sources list#17

Draft
peter-urban with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-action-run-issues
Draft

fix: remove arch-specific SIMD files from unconditional sources list#17
peter-urban with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-action-run-issues

Conversation

Copilot AI commented Apr 7, 2026

Copy link
Copy Markdown
Contributor
  • Investigate CI failure: xsimd compilation errors in simd_x86_64_v2.cpp and simd_x86_64_v4.cpp
  • Root cause: "globbing" commit added all SIMD .cpp files to unconditional sources list, so they compile without required -march flags
  • Fix meson.build to remove arch-specific SIMD files from the sources list
  • Run validation (passed)
  • Create pull request: PR fix: remove arch-specific SIMD files from unconditional sources list #17

…in meson.build

The 'globbing' commit accidentally added simd_aarch64_neon.cpp,
simd_x86_64_v1.cpp, simd_x86_64_v2.cpp, simd_x86_64_v3.cpp, and
simd_x86_64_v4.cpp to the unconditional sources list. These files
must only be compiled through their conditional paths with proper
-march flags (v2/v3/v4 as separate static libraries, v1 conditionally
for x86_64, neon for aarch64).

Agent-Logs-Url: https://github.com/themachinethatgoesping/tools/sessions/abd1ef83-a7e7-48ac-b5bf-4946a2936b53

Co-authored-by: peter-urban <3885740+peter-urban@users.noreply.github.com>
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