Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slight cleanups in the Altivec detection code for readability. | lloyd | 2009-10-29 | 1 | -5/+12 |
* | Fix cpuid with icc (tested with 11.1) | lloyd | 2009-10-29 | 1 | -2/+2 |
* | No ||= operator! | lloyd | 2009-10-29 | 1 | -7/+7 |
* | Add CPUID::have_altivec for AltiVec runtime detection. | lloyd | 2009-10-29 | 1 | -0/+60 |
* | Add ; after call to VC++'s __cpuid, not a macro | lloyd | 2009-10-25 | 1 | -1/+1 |
* | Cast the u32bit output array to an int* when calling the VC++ intrinsic, | lloyd | 2009-10-25 | 1 | -3/+6 |
* | Enable CPUID on x86 (checking wrong macro name) | lloyd | 2009-10-21 | 1 | -1/+1 |
* | Clean up cpuid calling | lloyd | 2009-10-06 | 1 | -32/+26 |
* | Add vendor ID for AMD | lloyd | 2009-09-29 | 1 | -1/+1 |
* | Significantly rework CPUID support. Add cache line detection | lloyd | 2009-09-29 | 1 | -61/+57 |
* | Add some basic prefetching support (only supported with GNU C++ or things | lloyd | 2009-09-29 | 1 | -3/+3 |
* | Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actually | lloyd | 2009-09-25 | 1 | -0/+108 |