aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/asm_engine
Commit message (Collapse)AuthorAgeFilesLines
* Fix various typos, and remove an unused macro in checks/bench.cpplloyd2012-04-231-1/+1
| | | | All reported by Patrick Pelletier.
* Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-222-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 warninglloyd2010-07-221-1/+3
|
* Consolidate the two engines that provided assembler implementationslloyd2010-07-133-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.