From 382aacd7101e19f3ff0f2bd19299c026ecc67a68 Mon Sep 17 00:00:00 2001 From: Andrey Guskov Date: Mon, 2 Feb 2015 21:33:57 +0300 Subject: [PATCH] Minor CPU info fix --- ispc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ispc.cpp b/ispc.cpp index fc49d6ec..59c8a826 100644 --- a/ispc.cpp +++ b/ispc.cpp @@ -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.