diff options
author | austriancoder <austriancoder> | 2004-10-04 21:09:34 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-10-04 21:09:34 +0000 |
commit | 6e40c29e483fd3eb70d35b76ee7992397498bf9a (patch) | |
tree | 9d62123d5b0e2bee43830f270ba7e1f54ce3f3c1 /dxr3memcpy.h | |
parent | 47e5051fb4e5ea6594b00fe10af583df473493e0 (diff) | |
download | vdr-plugin-dxr3-6e40c29e483fd3eb70d35b76ee7992397498bf9a.tar.gz vdr-plugin-dxr3-6e40c29e483fd3eb70d35b76ee7992397498bf9a.tar.bz2 |
- extended cDxr3MemcpyBench::Rdtsc(uint32_t config_flags)
support for non x86 arch
support for cpu's, which dont support rdtsc timing
Diffstat (limited to 'dxr3memcpy.h')
-rw-r--r-- | dxr3memcpy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3memcpy.h b/dxr3memcpy.h index 5200434..364f87f 100644 --- a/dxr3memcpy.h +++ b/dxr3memcpy.h @@ -80,7 +80,7 @@ public: cDxr3MemcpyBench(uint32_t config_flags = 0); private: - unsigned long long int Rdtsc(); + unsigned long long int Rdtsc(uint32_t config_flags); std::vector<memcpy_routine> m_methods; ///< a std::vector with all methodes }; |