lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100218202627.GH5964@basil.fritz.box>
Date:	Thu, 18 Feb 2010 21:26:27 +0100
From:	Andi Kleen <andi@...stfloor.org>
To:	Luca Barbieri <luca@...a-barbieri.com>
Cc:	"H. Peter Anvin" <hpa@...or.com>, Andi Kleen <andi@...stfloor.org>,
	mingo@...e.hu, a.p.zijlstra@...llo.nl, akpm@...ux-foundation.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 09/10] x86-32: use SSE for atomic64_read/set if
	available

> memcpy/memset/etc. (assuming SSE is the best option for these at least
> on some processors) and checksums come to mind.

Typically SSE advantages only come to play with very large data sets,
and the kernel's are not big enough. I tried it some time ago.

That said you can already use kernel_fpu_begin/end of course
and it's used in some very rare cases.

> Also non-temporal SSE moves might be useful for things like memory
> compaction without clobbering caches.

You don't need SSE for non temporal moves.

-Andi

-- 
ak@...ux.intel.com -- Speaking for myself only.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ