aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mp_amd64/modinfo.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-03-09 18:33:28 +0000
committerlloyd <[email protected]>2008-03-09 18:33:28 +0000
commitf2bd1be860136bebd63f487b996f77f148c0aae3 (patch)
tree07bf594c693646de44e4bf7ca0a9f7a8945cc6ad /modules/mp_amd64/modinfo.txt
parent17cc4459d1e0227fc7c26836fb142da1b8e9900a (diff)
Add a version of bit_ops.h with bswapl/bswapq statements. The xor_buf
takes advantage of unaligned reads/writes being legal for some extra performance, but should be rewritten to use SSE2 and non-termporal writes. Most of the functions in bit_ops.cpp are implemented by x86-64, just not easily accessible from C++
Diffstat (limited to 'modules/mp_amd64/modinfo.txt')
-rw-r--r--modules/mp_amd64/modinfo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mp_amd64/modinfo.txt b/modules/mp_amd64/modinfo.txt
index 527d9a2c6..4353ec71e 100644
--- a/modules/mp_amd64/modinfo.txt
+++ b/modules/mp_amd64/modinfo.txt
@@ -5,6 +5,7 @@ mp_bits 64
load_on asm_ok
<replace>
+bit_ops.h
mp_asm.h
mp_asmi.h
</replace>