mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
3405db97e5
"Windows friendliness" means a) flipping .thumb and .text directives, b) always generate Thumb-2 code when asked(*); c) Windows-specific references to external OPENSSL_armcap_P. (*) so far *some* modules were compiled as .code 32 even if Thumb-2 was targeted. It works at hardware level because processor can alternate between the modes with no overhead. But clang --target=arm-windows's builtin assembler just refuses to compile .code 32... Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8252) |
||
---|---|---|
.. | ||
aesni-gcm-x86_64.pl | ||
ghash-alpha.pl | ||
ghash-armv4.pl | ||
ghash-c64xplus.pl | ||
ghash-ia64.pl | ||
ghash-parisc.pl | ||
ghash-s390x.pl | ||
ghash-sparcv9.pl | ||
ghash-x86_64.pl | ||
ghash-x86.pl | ||
ghashp8-ppc.pl | ||
ghashv8-armx.pl |