Raymond Toy pushed to branch rtoy-issue-71 at cmucl / cmucl
Commits:
- 
7a62a957
by Raymond Toy at 2018-12-06T22:30:36Z
 
1 changed file:
Changes:
| ... | ... | @@ -27,6 +27,7 @@ public domain. | 
| 27 | 27 | 
       * The new function `KERNEL:RANDOM-STATE-JUMP` modifies the given state to jump 2^64 samples ahead, allowing 2^64 non-overlapping sequences.
 | 
| 28 | 28 | 
     * Updated CLX to telent clx version 06e39a0d.
 | 
| 29 | 29 | 
     * New functions `SET-GC-ASSERTIONS` and `GET-GC-ASSERTIONS`.  See the docstrings for more information and also ~~#69~~.
 | 
| 30 | 
+    * `MACHINE-TYPE` and `MACHINE-VERSION` return more information about thep rocessor cmucl is running on, using information from the `cpuid` instruction.
 | 
|
| 30 | 31 | 
   * ANSI compliance fixes:
 | 
| 31 | 32 | 
   * Bug fixes:
 | 
| 32 | 33 | 
   * Gitlab tickets:
 |