Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |