K 10 svn:author V 4 jkim K 8 svn:date V 27 2011-04-14T16:53:32.084301Z K 7 svn:log V 273 Add a function rdtsc32() to read lower 32 bits from TSC and discard upper 32 bits. Some times compiler inserts unnecessary instructions to preserve unused upper 32 bits even when it is casted to a 32-bit value. It reduces such compiler mistakes where every cycle counts. END