diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-02 21:55:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-02 21:55:54 (GMT) |
commit | 45592a8e8ead694e094089f8174258afb6de280d (patch) | |
tree | 43d2bfa84716bb6f21c91187e06224d7cd785f18 /ChangeLog | |
parent | dd7509394d75de72ef1663a2d35377506f23d00d (diff) | |
parent | 67e7ec069710c2b524e0466502b0e9f14769b439 (diff) | |
download | tcl-45592a8e8ead694e094089f8174258afb6de280d.zip tcl-45592a8e8ead694e094089f8174258afb6de280d.tar.gz tcl-45592a8e8ead694e094089f8174258afb6de280d.tar.bz2 |
Better detection and implementation for cpuid instruction on Intel-derived processors, both 32-bit and 64-bit
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-05-02 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/configure.in: Better detection and implementation for cpuid + * generic/configure: instruction on Intel-derived processors, both + * generic/tclUnixCompat.c: 32-bit and 64-bit. + 2012-04-30 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * tests/ioCmd.test: Tame deadlocks in broken refchan tests [Bug 3522560] |