Tags: zhaofengli/aws-c-common
Tags
Support for Windows server 2008 (awslabs#868) Issue #, if available: - Functions we used not existed in windows server 2008 Description of changes: - Try to load the function from kernel during runtime. - If not exist, either not improve it or just return error - Raise error when the function is inevitable
Disable CPU extensions on mingw64 builds on Windows (awslabs#862) * Disable CPU extensions on Mingw-based builds. Compiler bug in gcc leads to misaligned avx2 instructions leading to crashes
Removed ARN parser from common, it's in sdkutils now (awslabs#851) * Removed ARN parser from common, it's in sdkutils now * Removed tests for arn parser
-DUSE_CPU_EXTENSIONS=OFF disables CPU-specific function implementatio… …ns (awslabs#842) **Issue:** We have customers encountering mysterious crashes in some of these functions. Give them the ability to disable them while we attempt to diagnose the issue. **Description of changes:** New build flag controls whether to use optimized functions that make use of CPU extensions (ex: AVX, SSE).
PreviousNext