X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_eal%2Fcommon%2Feal_common_cpuflags.c;h=ecb124098fab1a197527eb2eb641521fad03cb42;hb=6a34f91690d0;hp=a4c5a29f8c2ae20753016502a87916cf9c9963e5;hpb=ba560ac30c59a2e2ffd5a108525d322cac6475c1;p=dpdk.git diff --git a/lib/librte_eal/common/eal_common_cpuflags.c b/lib/librte_eal/common/eal_common_cpuflags.c index a4c5a29f8c..ecb124098f 100644 --- a/lib/librte_eal/common/eal_common_cpuflags.c +++ b/lib/librte_eal/common/eal_common_cpuflags.c @@ -36,19 +36,6 @@ #include #include -/* - * This should prevent use of advanced instruction sets in this file. Otherwise - * the check function itself could cause a crash. - */ -#ifdef __INTEL_COMPILER -#pragma optimize ("", off) -#else -#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) -#if GCC_VERSION > 404000 -#pragma GCC optimize ("O0") -#endif -#endif - /** * Checks if the machine is adequate for running the binary. If it is not, the * program exits with status 1.