Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various typos, and remove an unused macro in checks/bench.cpp | lloyd | 2012-04-23 | 1 | -1/+1 |
| | | | | All reported by Patrick Pelletier. | ||||
* | Rename all references of ia32 to x86-32 and amd64 to x86-64. | lloyd | 2011-04-22 | 2 | -24/+24 |
| | | | | | | Back the reported version from 1.10.0 to 1.9.17 for the time being. Still on the fence if this will be 1.10.0 or another release candidate instead. | ||||
* | Avoid unused argument warning | lloyd | 2010-07-22 | 1 | -1/+3 |
| | |||||
* | Consolidate the two engines that provided assembler implementations | lloyd | 2010-07-13 | 3 | -0/+113 |
(amd64_eng and ia32_eng) into a new asm_engine. This same engine could also be used in the event that asm code for other CPUs was added later on. |