summaryrefslogtreecommitdiff
path: root/dxr3memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3memcpy.c')
-rw-r--r--dxr3memcpy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dxr3memcpy.c b/dxr3memcpy.c
index 374cc32..c4736b1 100644
--- a/dxr3memcpy.c
+++ b/dxr3memcpy.c
@@ -441,3 +441,9 @@ unsigned long long int cDxr3MemcpyBench::Rdtsc(uint32_t config_flags)
return times(&tp);
#endif /* __i386__ || __x86_64__ */
}
+
+// Local variables:
+// mode: c++
+// c-file-style: "stroustrup"
+// indent-tabs-mode: t
+// End: