From 9c93d6f93180ec0ed9be5fd0b4ea59817c01ed02 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 19 Feb 2018 10:15:26 -0500 Subject: [PATCH] Revert "define cpu_* if not set" This reverts commit a077d7671f03f6cb3c940212bbaa28a79500d210. --- libi2pd/CPU.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libi2pd/CPU.cpp b/libi2pd/CPU.cpp index d2868a20..96beaf78 100644 --- a/libi2pd/CPU.cpp +++ b/libi2pd/CPU.cpp @@ -3,15 +3,6 @@ #include #endif #include "Log.h" - -#ifndef bit_AES -#define bit_AES (1 << 25) -#endif -#ifndef bit_AVX -#define bit_AVX (1 << 28) -#endif - - namespace i2p { namespace cpu