From 36486f1c11ffeb1b53bee1eb32a6200090b3012a Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 6 Nov 2009 19:30:41 +0000 Subject: Add a new need_isa marker for info.txt that lets a module depend on a particular ISA extension rather than a list of CPUs. Much easier to edit and audit, too. Add markers on the AES-NI code and SHA-1/SSE2. Serpent and XTEA don't need it because they are generic and only depend on simd_32 which will silenty swap out a scalar version if SSE2/AltiVec isn't enabled (since it turns out on supersclar processors just doing 4 blocks in parallel can be a win even in GPRs). Add pentium3 to the list of CPUs with rdtsc, was missing. Odd! --- src/timer/cpu_counter/info.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/timer') diff --git a/src/timer/cpu_counter/info.txt b/src/timer/cpu_counter/info.txt index d95e0fec5..2ab1343bc 100644 --- a/src/timer/cpu_counter/info.txt +++ b/src/timer/cpu_counter/info.txt @@ -12,10 +12,12 @@ gcc + # RDTSC: Pentium and up i586 i686 athlon +pentium3 pentium4 pentium-m amd64 -- cgit v1.2.3