[openssl/openssl] da09e0: crypto/params: drop float for UEFI
Yi Li
noreply at github.com
Wed Jun 14 14:08:04 UTC 2023
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: da09e09883534afac13b6e7e3ac33753e58e4246
https://github.com/openssl/openssl/commit/da09e09883534afac13b6e7e3ac33753e58e4246
Author: Yi Li <yi1.li at intel.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M crypto/params.c
Log Message:
-----------
crypto/params: drop float for UEFI
Using floating point is not supported in UEFI and can cause build
problems, for example due to SSE being disabled and x64 calling
convention passing floats in SSE registers.
Avoid those problems by not compiling the related code for floating
point numbers.
Signed-off-by: Yi Li <yi1.li at intel.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21188)
More information about the openssl-commits
mailing list