diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-02 21:48:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-02 21:48:34 (GMT) |
commit | 67e7ec069710c2b524e0466502b0e9f14769b439 (patch) | |
tree | 42c9366d016c3db0ca8640dc6d9bfd3de1dc0b47 /ChangeLog | |
parent | dcda4402f580987fc79b3a8b5bbacebde71dbf18 (diff) | |
parent | b01b765d7b57559048e606b7a01156a807b26b9c (diff) | |
download | tcl-67e7ec069710c2b524e0466502b0e9f14769b439.zip tcl-67e7ec069710c2b524e0466502b0e9f14769b439.tar.gz tcl-67e7ec069710c2b524e0466502b0e9f14769b439.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-27 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclPort.h: Move CYGWIN-specific stuff from tclPort.h to |