Minor CPU info fix

This commit is contained in:
Andrey Guskov
2015-02-02 21:33:57 +03:00
parent ace3f20a22
commit 382aacd710

View File

@@ -172,7 +172,7 @@ typedef enum {
// Early Atom CPU. Supports SSSE3.
CPU_Bonnell,
// Generic Core2-like. Supports SSE2. Isn`t quite compatible with Bonnell,
// Generic Core2-like. Supports SSSE3. Isn`t quite compatible with Bonnell,
// but for ISPC the difference is negligible; ISPC doesn`t make use of it.
CPU_Core2,
@@ -185,7 +185,7 @@ typedef enum {
// Sandy Bridge. Supports AVX 1.
CPU_SandyBridge,
// Ivy Bridge. Supports AVX 1.1 + RDRAND.
// Ivy Bridge. Supports AVX 1 + RDRAND.
CPU_IvyBridge,
// Haswell. Supports AVX 2.