Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: awslabs/aws-c-common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.7
Choose a base ref
...
head repository: awslabs/aws-c-common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.8
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    dac5ad6 View commit details
    Browse the repository at this point in the history
  2. (take 2) Detect when AVX is disabled via OSXSAVE (#1184)

    **Issue:**
    There were some bugs in the previous PR: #1182
    
    **Description of changes:**
    * Fix bug where high and low bits of XGETBV were reversed
    * Add back AVX2 feature detection (accidentally omitted from previous PR)
    * VPCLMULQDQ also depends on AVX being usable
    graebm authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    34013d5 View commit details
    Browse the repository at this point in the history
Loading