| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | toolchain-simd.m4 | 2 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 D | kernel.m4 | 466 dnl # Basic toolchain sanity check.
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | meson.build | 11 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 D | meson.build | 22 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 D | bluefield.rst | 72 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 D | octeontx.rst | 51 … `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 D | octeontx2.rst | 212 …`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 D | dpaa2.rst | 56 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
|
| H A D | dpaa.rst | 46 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | cross_build_dpdk_for_arm64.rst | 12 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 D | meson.build | 10 if not (toolchain == 'gcc' and cc.version().version_compare('<4.8.6') and
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | openwrt.rst | 82 … 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 | .gitignore | 35 android-toolchain 36 android-toolchain-*
|
| /f-stack/dpdk/doc/guides/windows_gsg/ |
| H A D | build_dpdk.rst | 14 * 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 D | nfp_mip.c | 34 char toolchain[32]; member
|
| /f-stack/dpdk/config/ |
| H A D | meson.build | 104 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 D | bcmfs.rst | 58 Information about kernel, rootfs and toolchain can be found at
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | enetc.rst | 84 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
|
| H A D | mvneta.rst | 104 export CROSS_COMPILE=<toolchain>/bin/aarch64-linux-gnu-
|
| H A D | pfe.rst | 118 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | glossary.rst | 210 executive environment and toolchain. For example:
|
| H A D | overview.rst | 40 The DPDK project installation requires Linux and the associated toolchain,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | xilinx.txt | 3 The Xilinx EDK toolchain ships with a set of IP cores (devices) for use
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | Makefile | 325 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_em.c | 243 #error No vector engine (SSE, NEON, ALTIVEC) available, check your toolchain
|