Skip to content

Conversation

@tatsuhiro-t
Copy link
Member

Remove -mavx2 flag because we do not use AVX2 directly.

Remove -mavx2 flag because we do not use AVX2 directly.
@gemini-code-assist
Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the -mavx2 compiler flag from the GitHub Actions build workflow since the codebase does not use AVX2 SIMD instructions directly. The flag was conditionally added only for X64 architecture runners in the Linux ASAN build configuration but serves no purpose for this URL parsing library which uses standard C code with lookup tables.

Key Changes

  • Removed the conditional block that added -mavx2 to CFLAGS for X64 runners in the Linux ASAN build step

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tatsuhiro-t tatsuhiro-t merged commit c816883 into main Nov 24, 2025
26 checks passed
@tatsuhiro-t tatsuhiro-t deleted the gha-remove-avx2 branch November 24, 2025 05:42
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