awslabs / aws-c-common

Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.
Apache License 2.0
262 stars 159 forks source link

Add more generic AVX feature detection as well as flags for if avx512… #1041

Closed JonathanHenson closed 10 months ago

JonathanHenson commented 1 year ago

… intrinsics are available.

Clean up some cmake checks for SIMD and export them so AVX512 intrinsics support can be exported to other common runtime modules.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 1 year ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (6ee34b3) 83.30% compared to head (6faf6fa) 83.23%.

Files Patch % Lines
source/arch/intel/cpuid.c 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1041 +/- ## ========================================== - Coverage 83.30% 83.23% -0.08% ========================================== Files 56 56 Lines 5803 5808 +5 ========================================== Hits 4834 4834 - Misses 969 974 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.