aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/arch/x86_32.txt
Commit message (Collapse)AuthorAgeFilesLines
* Set -m flags for rdrand.cpp. Update compiler ISA flagslloyd2013-12-231-1/+4
|
* Always include modules requiring ISA extensions as long as thelloyd2013-04-171-5/+9
| | | | | | | | | | | compiler and target platform might support it. For instance the AES SSSE3 code is now always in any x86 build, with just that specific file being compiled with -mssse3. Since we'll only call that code if cpuid confirms it works at runtime, we don't have portability issues, and it can be safely included in generic builds (eg for distributions). Tweak how machine specific compiler flags are generated to be a bit easier to maintain.
* Make different targets for 32 and 64 bit Atom processors, since mostlloyd2011-05-091-4/+4
| | | | consumer/desktop level Atoms are actually 32 bit.
* Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-221-0/+68
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.