Home
last modified time | relevance | path

Searched refs:toolchain (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/config/
H A Dtoolchain-simd.m42 dnl # Checks if host toolchain supports SIMD instructions
35 AC_MSG_CHECKING([whether host toolchain supports SSE])
54 AC_MSG_CHECKING([whether host toolchain supports SSE2])
73 AC_MSG_CHECKING([whether host toolchain supports SSE3])
93 AC_MSG_CHECKING([whether host toolchain supports SSSE3])
112 AC_MSG_CHECKING([whether host toolchain supports SSE4.1])
131 AC_MSG_CHECKING([whether host toolchain supports SSE4.2])
150 AC_MSG_CHECKING([whether host toolchain supports AVX])
170 AC_MSG_CHECKING([whether host toolchain supports AVX2])
370 AC_MSG_CHECKING([whether host toolchain supports AES])
[all …]
H A Dkernel.m4466 dnl # Basic toolchain sanity check.
/f-stack/dpdk/lib/librte_vhost/
H A Dmeson.build11 if (toolchain == 'gcc' and cc.version().version_compare('>=8.3.0'))
13 elif (toolchain == 'clang' and cc.version().version_compare('>=3.7.0'))
15 elif (toolchain == 'icc' and cc.version().version_compare('>=16.0.0'))
/f-stack/dpdk/drivers/net/virtio/
H A Dmeson.build22 if (toolchain == 'gcc' and cc.version().version_compare('>=8.3.0'))
24 elif (toolchain == 'clang' and cc.version().version_compare('>=3.7.0'))
26 elif (toolchain == 'icc' and cc.version().version_compare('>=16.0.0'))
/f-stack/dpdk/doc/guides/platform/
H A Dbluefield.rst72 toolchain for ARM64. Base on that, additional header files and libraries are
81 cross toolchain directory like depicted in
85 tarball for the cross toolchain.
111 Then, untar the tarball at the cross toolchain directory on the x86 host.
H A Docteontx.rst51 … `here <https://releases.linaro.org/components/toolchain/binaries/4.9-2017.01/aarch64-linux-gnu>`_.
112 provide the required toolchain etc.
124 The above steps will prepare build system with required toolchain.
143 By default, meson cross compilation uses ``aarch64-linux-gnu-gcc`` toolchain,
146 toolchain binaries in ``config/arm/arm64_thunderx_linux_gcc`` file.
H A Docteontx2.rst212 …`here <https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/aarch64-linux-gnu/>`_.
214 Alternatively, the Marvell SDK also provides GNU GCC toolchain, which is
523 By default, meson cross compilation uses ``aarch64-linux-gnu-gcc`` toolchain,
524 if Marvell toolchain is available then it can be used by overriding the
526 toolchain binaries in ``config/arm/arm64_octeontx2_linux_gcc`` file.
H A Ddpaa2.rst56 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
H A Ddpaa.rst46 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dcross_build_dpdk_for_arm64.rst12 ARM64 cross compile GNU toolchain is used for this.
17 https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads.
37 …info, refer to the release note section: https://releases.linaro.org/components/toolchain/binaries/
65 Augment the cross toolchain with NUMA support
/f-stack/dpdk/drivers/event/
H A Dmeson.build10 if not (toolchain == 'gcc' and cc.version().version_compare('<4.8.6') and
/f-stack/dpdk/doc/guides/howto/
H A Dopenwrt.rst82 … SDK>/glibc/openwrt-sdk-x86-64_gcc-8.3.0_glibc.Linux-x86_64/staging_dir/toolchain-x86_64_gcc-8.3.0…
83 ./configure CC=x86_64-openwrt-linux-gnu-gcc --prefix=<OpenWrt SDK toolchain dir>
87 respectively under <OpenWrt SDK toolchain dir>.
/f-stack/freebsd/contrib/libsodium/
H A D.gitignore35 android-toolchain
36 android-toolchain-*
/f-stack/dpdk/doc/guides/windows_gsg/
H A Dbuild_dpdk.rst14 * The MinGW-w64 toolchain (either native or cross).
92 When using MinGW-w64, it is sufficient to have toolchain executables in PATH:
/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_mip.c34 char toolchain[32]; member
/f-stack/dpdk/config/
H A Dmeson.build104 toolchain = cc.get_id() variable
105 dpdk_conf.set_quoted('RTE_TOOLCHAIN', toolchain)
106 dpdk_conf.set('RTE_TOOLCHAIN_' + toolchain.to_upper(), 1)
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dbcmfs.rst58 Information about kernel, rootfs and toolchain can be found at
/f-stack/dpdk/doc/guides/nics/
H A Denetc.rst84 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
H A Dmvneta.rst104 export CROSS_COMPILE=<toolchain>/bin/aarch64-linux-gnu-
H A Dpfe.rst118 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
/f-stack/dpdk/doc/guides/prog_guide/
H A Dglossary.rst210 executive environment and toolchain. For example:
H A Doverview.rst40 The DPDK project installation requires Linux and the associated toolchain,
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dxilinx.txt3 The Xilinx EDK toolchain ships with a set of IP cores (devices) for use
/f-stack/freebsd/contrib/zstd/
H A DMakefile325 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em.c243 #error No vector engine (SSE, NEON, ALTIVEC) available, check your toolchain

12