aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/idea_sse2/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-12-23 16:51:24 +0000
committerlloyd <[email protected]>2009-12-23 16:51:24 +0000
commit92a851901ea42398c221a608348d1336b5529b09 (patch)
tree22dab44199d116f1de2ede8a03b5ffc3a5bc6247 /src/block/idea_sse2/info.txt
parent3a652cd28ec554267be414d69ed14b46956f84d7 (diff)
Add last nights project, an SSE2 implementation of IDEA. Right about 4x
faster than the scalar version on a Core2.
Diffstat (limited to 'src/block/idea_sse2/info.txt')
-rw-r--r--src/block/idea_sse2/info.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/block/idea_sse2/info.txt b/src/block/idea_sse2/info.txt
new file mode 100644
index 000000000..fe09d3ee5
--- /dev/null
+++ b/src/block/idea_sse2/info.txt
@@ -0,0 +1,7 @@
+define IDEA_SSE2
+
+need_isa sse2
+
+<requires>
+idea
+</requires>