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

Modularized the simd flags so they can be used individually by files … #1082

Closed JonathanHenson closed 10 months ago

JonathanHenson commented 10 months ago

…that need specific flags in various combinations.

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

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (901405e) 83.23% compared to head (923d6ca) 83.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1082 +/- ## ======================================= Coverage 83.23% 83.23% ======================================= Files 56 56 Lines 5808 5808 ======================================= Hits 4834 4834 Misses 974 974 ```

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

JonathanHenson commented 10 months ago

closing for a complete PR.