Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 46) sorted by relevance

12

/dpdk/
H A D.travis.yml52 compiler: gcc
55 compiler: gcc
58 compiler: gcc
66 compiler: gcc
90 compiler: gcc
98 compiler: gcc
105 compiler: gcc
130 compiler: gcc
136 compiler: gcc
142 compiler: gcc
[all …]
H A Dmeson.build32 # set up some global vars for compiler, platform, configuration, etc.
/dpdk/.github/workflows/
H A Dbuild.yml36 compiler: gcc
39 compiler: gcc
43 compiler: gcc
47 compiler: clang
50 compiler: clang
54 compiler: gcc
58 compiler: gcc
62 compiler: gcc
66 compiler: gcc
70 compiler: gcc
[all …]
/dpdk/doc/guides/prog_guide/
H A Dlto.rst8 This depends obviously on the ability of the compiler to do "whole
11 To be more specific, compiler (in addition to performing LTO) have to
18 compiler and the code that is being compiled.
20 compiler.
21 In particular due to interprocedural analysis compiler can produce
24 need to explicitly initialize variable in order to silence the compiler.
H A Dwriting_efficient_code.rst24 … small structures, the preference is for a simpler technique that can be optimized by the compiler.
245 However, this technique is not always efficient; it depends on many factors including the compiler.
263 The degree of optimization depends on the compiler's ability to optimize for a specific microarchit…
264 therefore it is preferable to use the latest compiler versions whenever possible.
266 If the compiler version does not support the specific feature set (for example, the Intel® AVX inst…
267 the build process gracefully degrades to whatever latest feature set is supported by the compiler.
273 Along with compiler optimizations,
274 …rocessor defines are automatically added to the build process (regardless of the compiler version).
H A Dbuild-sdk-meson.rst68 meson.build files, and by checking the build environment for e.g. compiler
135 such as the compiler to use can be passed via environment variables. For
144 basic overriding of the compiler etc., the above form works as expected.
/dpdk/lib/acl/
H A Dmeson.build19 # b. it's not minimum instruction set, but supported by compiler
22 # in latter case, compile c file to static lib, using correct compiler
45 # compiler
49 # compiler flags, and then have the .o file from static lib
/dpdk/config/ppc/
H A Dmeson.build32 # When a cross compile is detected, verify that the compiler/assembler supports
58 # if supported by the build host and the compiler. Detect the CPU used by
81 # Found supported CPU on build host, verify compiler support
104 error('User selected platform ' + platform + ' not supported by compiler')
/dpdk/doc/guides/linux_gsg/
H A Dcross_build_dpdk_for_arm64.rst14 An aarch64 cross compiler GNU toolchain or an LLVM/clang toolchain
43 The compiler is ``aarch64-none-linux-gnu-gcc`` if you download GCC
44 using the below guide. If you're using a different compiler,
72 The latest GNU cross compiler toolchain can be downloaded from:
75 It is always recommended to check and get the latest compiler tool
102 Copy the NUMA header files and lib to the cross compiler's directories:
124 However, the compiler/linker flags may be added to cross files under [properties]:
191 The latest LLVM/Clang cross compiler toolchain can be downloaded from:
/dpdk/doc/guides/windows_gsg/
H A Dbuild_dpdk.rst13 * The Clang-LLVM C compiler and Microsoft MSVC linker.
27 Download and install the clang compiler from
89 When using Clang-LLVM, specifying the compiler might be required to complete
/dpdk/lib/fib/
H A Dmeson.build20 # b. it's not minimum instruction set, but supported by compiler
24 # compiler flags, and then have the .o file from static lib
/dpdk/drivers/net/enic/
H A Dmeson.build30 # Build the avx2 handler if the compiler supports it, even though 'machine'
/dpdk/config/arm/
H A Dmeson.build557 '@0@, but the compiler supports only @1@.'
573 warning('The compiler does not support feature @0@'
580 # apply supported compiler options
586 warning('Configuration compiler option ' +
/dpdk/drivers/net/hns3/
H A Dmeson.build43 # b. it's not minimum instruction set, but compiler support
/dpdk/drivers/net/bnxt/
H A Dmeson.build53 # b. it's not minimum instruction set, but supported by compiler
/dpdk/drivers/net/iavf/
H A Dmeson.build30 # b. it's not minimum instruction set, but supported by compiler
/dpdk/doc/guides/sample_app_ug/
H A Dcompiling.rst78 This option adds some extra flags, disables compiler optimizations and
H A Dpipeline.rst12 … using a specification file that can either be manually developed or generated using a P4 compiler.
/dpdk/drivers/net/ice/
H A Dmeson.build29 # b. it's not minimum instruction set, but supported by compiler
/dpdk/buildtools/chkincs/
H A Dmeson.build40 # check for extern C in files, since this is not detected as an error by the compiler
/dpdk/drivers/net/i40e/
H A Dmeson.build36 # b. it's not minimum instruction set, but supported by compiler
/dpdk/doc/guides/bbdevs/
H A Dturbo_sw.rst95 (c) Intel ICC 18.0.1 20171018 compiler or more recent and related libraries
104 … source <path-to-icc-compiler-install-folder>/linux/bin/compilervars.sh intel64 -platform linux
/dpdk/config/x86/
H A Dmeson.build14 # check if compiler is working with _mm512_extracti64x4_epi64
/dpdk/doc/guides/tools/
H A Dtestregex.rst84 to generate this file there is a need to use a RegEx compiler that matches the
/dpdk/kernel/linux/
H A Dmeson.build83 error('Unsupported cross compiler: @0@'.format(cross_compiler))

12