]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/writing_efficient_code.rst
build: remove deprecated cpuflag macros
[dpdk.git] / doc / guides / prog_guide / writing_efficient_code.rst
index 2639ef7bf6b25172c601b8ede658d924d7679d48..74f8067c7df81481363867249494cca1675503f8 100644 (file)
@@ -273,5 +273,3 @@ main() function and checks if the current machine is suitable for running the bi
 Along with compiler optimizations,
 a set of preprocessor defines are automatically added to the build process (regardless of the compiler version).
 These defines correspond to the instruction sets that the target CPU should be able to support.
-For example, a binary compiled for any SSE4.2-capable processor will have RTE_MACHINE_CPUFLAG_SSE4_2 defined,
-thus enabling compile-time code path selection for different platforms.