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 Sse42 avx512 intrinsics support #1045

Closed javazque closed 1 year ago

javazque commented 1 year ago

Issue #, if available:

Description of changes:

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

JonathanHenson commented 1 year ago

Hi, this is a duplicate as i had to do some re-wiring to make the downstream modules pick up these flags correctly. It's here:

https://github.com/awslabs/aws-c-common/pull/1041