[OE-core] [PATCHv2] openssl: switch ARM builds from linux-elf-arm to linux-armv4 config

Phil Blundell pb at pbcl.net
Wed Oct 16 09:20:25 UTC 2013


On Wed, 2013-10-16 at 09:25 +0200, Koen Kooi wrote:
> From: Koen Kooi <koen.kooi at linaro.org>
> 
> This enables aes and sha1 assembly at buildtime. Openssl does a
> runtime check to see which portion gets enabled.

[...]

> Algo    blocksize       ops/s after
>                 ops/s before    difference
> -------------------------------------------
> MD5	16	308,766	264,664	-14.28%
> 	64	277,090	263,340	-4.96%
> 	256	212,652	197,043	-7.34%
> 	1024	103,604	100,157	-3.33%
> 	8192	17,936	17,796	-0.78%

Do you know why it's causing MD5 to get slower?  I guess md5 with
blocksize=16 is not a very common case, but still.

Also, it seems generally a bit unwholesome for openssl to be picking its
own CFLAGS at all.  Would it be better to just make it use the same
CFLAGS as everything else?

p.





More information about the Openembedded-core mailing list