Commit 1c96745
fix(aws-lc): disable AVX512 to reduce binary size by 600k
After replacing aws-gcm with aws-lc AES-GCM implementation, we noticed
the binary size increased by 600k. This is mostly due to the AVX512
functions taking a ridiculous amount of space.
0000000002662240 0000000000339921 t aws_lc_0_32_3_aes_gcm_decrypt_avx512
0000000002322304 0000000000339925 t aws_lc_0_32_3_aes_gcm_encrypt_avx512
This commit disables AVX512 support in AWS-LC as we didn't measure any
performance penalty.
Signed-off-by: Riccardo Mancini <[email protected]>1 parent 926dc75 commit 1c96745
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments