]> granicus.if.org Git - libx264/commit
Add PowerPC support for "checkasm --bench", reading the time base register.
authorGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 29 Jan 2009 09:28:12 +0000 (01:28 -0800)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 29 Jan 2009 09:38:38 +0000 (01:38 -0800)
commit9c55521590a2afe496394e51f6a42dc30939f8ad
tree06cae058a71d5aad3024e0996253e30a50ee2bab
parentbf81694e7e38723513740d5d312a5866a5b59215
Add PowerPC support for "checkasm --bench", reading the time base register.
This isn't ideal since the `time base' register is running at a fraction
of the processor cycle speed, so the measurement isn't as precise as x86's
rdtsc.
It's better than nothing though...
tools/checkasm.c