Changes between Version 11 and Version 12 of SoC2010
- Timestamp:
- Mar 8, 2010, 8:17:50 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2010
v11 v12 89 89 * Two-word divide by one-word value (there is often a special instruction for that) 90 90 * 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] 93 92 94 93 Students should be familiar with C++ templates, STL-style data structrues, and logic.