Changes between Version 11 and Version 12 of SoC2010


Ignore:
Timestamp:
Mar 8, 2010, 8:17:50 PM (13 years ago)
Author:
Andrew Sutton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2010

    v11 v12  
    8989 * Two-word divide by one-word value (there is often a special instruction for that)
    9090 * Bit-interleaved arithmetic operations (used for Morton order/cache-oblivious traversals of matrices and similar things)
    91  * Everything from chapter 5 of [https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/
    92 852569B20050FF7785256996007558C6]
     91 * Everything from chapter 5 of [https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6]
    9392
    9493Students should be familiar with C++ templates, STL-style data structrues, and logic.