Home
last modified time | relevance | path

Searched +full:gcc +full:- +full:make +full:- +full:tests +full:- +full:32 +full:bit (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/external/zstd/.github/workflows/
Ddev-long-tests.yml1 name: dev-long-tests
2 # Tests longer than 10mn
5 group: long-${{ github.ref }}
6 cancel-in-progress: true
12 permissions: read-all
15 make-all:
16 runs-on: ubuntu-latest
18 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
19 - name: make all
20 run: make all
[all …]
Ddev-short-tests.yml1 name: dev-short-tests
2 # Faster tests: mostly build tests, along with some other
3 # misc tests
6 group: fast-${{ github.ref }}
7 cancel-in-progress: true
13 permissions: read-all
16 linux-kernel:
17 runs-on: ubuntu-latest
19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
20 - name: linux kernel, library + build + test
[all …]
/external/capstone/
DCOMPILE.TXT2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows.
12 *-*-*-*-*-*
27 pass the desired options on the commandline to ./make.sh. Currently,
30 - CAPSTONE_ARCHS: specify list of architectures to compiled in.
31 - CAPSTONE_USE_SYS_DYN_MEM: change this if you have your own dynamic memory management.
32 - CAPSTONE_DIET: use this to make the output binaries more compact.
33 - CAPSTONE_X86_REDUCE: another option to make X86 binary smaller.
34 - CAPSTONE_X86_ATT_DISABLE: disables AT&T syntax on x86.
35 - CAPSTONE_STATIC: build static library.
36 - CAPSTONE_SHARED: build dynamic (shared) library.
[all …]
/external/lz4/.github/workflows/
DREADME.md5 ## USAN, ASAN (`lz4-ubsan-x64`, `lz4-ubsan-x86`, `lz4-asan-x64`)
7 For now, `lz4-ubsan-*` ignores the exit code of `make usan` and `make usan32`.
10 We'll fully enable it when we ensure `make usan` is ready for all commits and PRs.
15 ## C Compilers (`lz4-c-compilers`)
17 - Our test doesn't use `gcc-4.5` due to installation issue of its package. (`apt-get install gcc-4…
19 - Currently, the following 32bit executable tests fail with all versions of `clang`.
20 - `CC=clang-X CFLAGS='-O3' make V=1 -C tests clean test-lz4c32`
21 - `CC=clang-X CFLAGS='-O3 -mx32' make V=1 -C tests clean test-lz4c32`
22 - See [#991](https://github.com/lz4/lz4/issues/991) for details.
24 - Currently, the following 32bit executable tests fail with `gcc-11`
[all …]
/external/pcre/doc/html/
DNON-AUTOTOOLS-BUILD.txt2 --------------------------------------
26 configure/make (autotools) build system, as found in many Unix-like
31 environments, though it can also be run in Unix-like environments. See the
43 code unit width: 8, 16, or 32 bits. You can build any combination of them. The
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
47 16-bit, and 32-bit code units relate to the type of data string that PCRE2
48 processes. They are NOT referring to the underlying operating system bit width.
49 You do not have to do anything special to compile in a 64-bit environment, for
61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the
64 An alternative approach is not to edit src/config.h, but to use -D on the
[all …]
/external/pcre/
DNON-AUTOTOOLS-BUILD2 --------------------------------------
26 configure/make (autotools) build system, as found in many Unix-like
31 environments, though it can also be run in Unix-like environments. See the
43 code unit width: 8, 16, or 32 bits. You can build any combination of them. The
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
47 16-bit, and 32-bit code units relate to the type of data string that PCRE2
48 processes. They are NOT referring to the underlying operating system bit width.
49 You do not have to do anything special to compile in a 64-bit environment, for
61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the
64 An alternative approach is not to edit src/config.h, but to use -D on the
[all …]
/external/fsverity-utils/scripts/
Drun-tests.sh2 # SPDX-License-Identifier: MIT
5 # Use of this source code is governed by an MIT-style
10 # Test script for fsverity-utils. Runs 'make check' in lots of configurations,
11 # runs static analysis, and does a few other tests.
14 # fsverity-utils into a kvm-xfstests test appliance and run
15 # 'kvm-xfstests -c ext4,f2fs -g verity'
17 set -e -u -o pipefail
31 TMPDIR=$(mktemp -d -t libfsverity_test.XXXXXXXXX)
32 trap 'rm -r "$TMPDIR"' EXIT
36 echo "Starting fsverity-utils tests. See run-tests.log for full output."
[all …]
/external/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [Yasm](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when
22 building libjpeg-turbo.
34 - GCC v4.1 (or later) or Clang recommended for best performance
36 - If building the TurboJPEG Java wrapper, JDK or OpenJDK 1.5 or later is
[all …]
/external/bc/scripts/
Drelease.sh3 # SPDX-License-Identifier: BSD-2-Clause
5 # Copyright (c) 2018-2023 Gavin D. Howard and contributors.
43 # Yes, I usually do sanitizers with Clang and Valgrind with GCC, and I also do
44 # out-of-source builds with GCC.
46 # The reason I run history tests with GCC and not with Clang is because Clang
48 # tests are a little sensitive to load on a system.
55 # Non-zero activates, and zero deactivates.
58 if [ $# -eq 1 ]; then
69 # Print a header with a message. This is just to make it easy to track progress.
84 # Easy way to call make.
[all …]
/external/libffi/
DREADME.md4 [![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libf…
7 libffi-3.3 was released on November 23, 2019. Check the libffi web
24 told at run-time about the number and types of arguments used to call
51 | --------------- | ---------------- | ----------------------- |
53 | AArch64 | Linux | GCC |
55 | Alpha | Linux | GCC |
56 | Alpha | Tru64 | GCC |
57 | ARC | Linux | GCC |
58 | ARM | Linux | GCC |
59 | ARM | iOS | GCC |
[all …]
DREADME4 libffi-3.2.1 was released on November 12, 2014. Check the libffi web
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
55 | AArch64 | Linux | GCC |
56 | Alpha | Linux | GCC |
57 | Alpha | Tru64 | GCC |
58 | ARC | Linux | GCC |
59 | ARM | Linux | GCC |
60 | ARM | iOS | GCC |
[all …]
/external/cronet/base/third_party/cityhash/
DREADME13 CityHash32() returns a 32-bit hash.
15 CityHash64() and similar return a 64-bit hash.
17 CityHash128() and similar return a 128-bit hash and are tuned for
28 on _mm_crc32_u64(). It returns a 256-bit hash.
34 Performance on long strings: 64-bit CPUs
55 slightly slower than CityHash128 on Intel x86-64 CPUs, but noticeably
56 faster on AMD x86-64 CPUs. For hashing long strings on AMD CPUs
60 Performance on short strings: 64-bit CPUs
70 ------------------------------------------------------------------------------
72 Murmur2 (64-bit) 6ns for 1 byte, or 6ns for 8 bytes, or 15ns for 64 bytes
[all …]
/external/cronet/third_party/lss/tests/
DMakefile31 DEF_FLAGS = -g -pipe
32 DEF_WFLAGS = -Wall
35 CFLAGS += $(DEF_WFLAGS) -Wstrict-prototypes
37 CPPFLAGS += -I$(top_srcdir)
40 LDFLAGS += -static
42 TESTS = \ macro
56 $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $<
58 # Force building C as C++ code to improve compile-time coverage.
60 $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $<
63 $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $<
[all …]
/external/ComputeLibrary/docs/user_guide/
Dhow_to_build_and_run_examples.dox2 /// Copyright (c) 2017-2023 Arm Limited.
4 /// SPDX-License-Identifier: MIT
33 To see the build options available simply run ```scons -h```
39 For Linux, the library was successfully built and tested using the following Linaro GCC toolchain:
41 - gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf
42 - gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu
44 To cross-compile the library in debug mode, with Arm® Neon™ only support, for Linux 32bit:
46 scons Werror=1 -j8 debug=1 neon=1 opencl=0 os=linux arch=armv7a
48 To cross-compile the library in asserts mode, with OpenCL only support, for Linux 64bit:
50 scons Werror=1 -j8 debug=0 asserts=1 neon=0 opencl=1 embed_kernels=1 os=linux arch=armv8a
[all …]
/external/fsverity-utils/.github/workflows/
Dci.yml1 # SPDX-License-Identifier: MIT
4 # Use of this source code is governed by an MIT-style
12 static-linking-test:
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v4
17 - run: scripts/run-tests.sh static_linking
19 dynamic-linking-test:
21 runs-on: ubuntu-latest
23 - uses: actions/checkout@v4
24 - run: scripts/run-tests.sh dynamic_linking
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
DREADME4 libffi-3.1 was released on May 19, 2014. Check the libffi web page
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
55 | AArch64 | Linux | GCC |
56 | Alpha | Linux | GCC |
57 | Alpha | Tru64 | GCC |
58 | ARC | Linux | GCC |
59 | ARM | Linux | GCC |
60 | ARM | iOS | GCC |
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dpkgcheck.sh5 Usage: sh test/pkgcheck.sh [--zlib-compat]
8 If --zlib-compat, tests with zlib compatible builds.
10 To build the 32 bit version for the current 64 bit arch:
12 $ sudo apt install ninja-build diffoscope gcc-multilib
13 $ export CMAKE_ARGS="-DCMAKE_C_FLAGS=-m32" CFLAGS=-m32 LDFLAGS=-m32
16 To cross-build, install the appropriate qemu and gcc packages,
21 $ sudo apt install ninja-build diffoscope qemu gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
22 $ export CHOST=arm-linux-gnueabihf
23 $ export CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-arm.cmake -DCMAKE_C_COMPILER_TARGET=${C…
26 $ sudo apt install ninja-build diffoscope qemu gcc-aarch64-linux-gnu libc6-dev-arm64-cross
[all …]
/external/libvpx/test/
Dvp9_c_vs_simd_encode.sh5 ## Use of this source code is governed by a BSD-style license
11 ## This script checks the bit exactness between C and SIMD
33 if [ -n "${TMPDIR}" ]; then
35 elif [ -n "${TEMPDIR}" ]; then
43 if ! mkdir -p "${VPX_TEST_OUTPUT_DIR}" || \
44 [ ! -d "${VPX_TEST_OUTPUT_DIR}" ]; then
61 if [ ! -x "${tool_path}" ]; then
67 # Environment check: Make sure input and source directories are available.
69 if [ ! -e "${YUV_RAW_INPUT}" ]; then
73 if [ ! -e "${YUV_480P_RAW_INPUT}" ]; then
[all …]
/external/libcxx/utils/google-benchmark/
DCMakeLists.txt20 option(BENCHMARK_BUILD_32_BITS "Build a 32 bit version of the library." OFF)
22 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh…
28 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende…
30 # This option can be used to disable building and running unit tests which depend on gtest
32 option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON)
39 # FIXME: The --coverage flag needs to be removed when building assembly
40 # tests for this to work.
49 # FIXME: Make these work on 32 bit builds
52 # FIXME: Make these work on 32 bit builds
67 # This option disables the building and running of the assembly verification tests
[all …]
/external/elfutils/tests/
Drun-prelink-addr-test.sh2 # Copyright (C) 2011-2013 Red Hat, Inc.
18 . $srcdir/test-subr.sh
25 # gcc -m32 -g -shared testfile52-32.c -o testfile52-32.so
26 # eu-strip -f testfile52-32.so.debug testfile52-32.so
27 # cp testfile52-32.so testfile52-32.prelink.so
28 # prelink -N testfile52-32.prelink.so
29 # cp testfile52-32.so testfile52-32.noshdrs.so
30 # prelink -r 0x42000000 testfile52-32.noshdrs.so
31 # eu-strip --remove-comment --strip-sections testfile52-32.noshdrs.so
33 testfiles testfile52-32.so testfile52-32.so.debug
[all …]
/external/curl/.github/workflows/
Dlinux32.yml3 # SPDX-License-Identifier: curl
5 name: Linux 32-bit
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
/external/libpng/
DCHANGES1 CHANGES - changes for libpng
4 initial work-in-progress release
19 added check for 64 KB blocks for 16 bit machines
68 added png_read_update_info() - updates info structure with transformations
79 fixed some bugs (16-bit, 4-bit interlaced, etc.)
98 Added new initialization API to make libpng work better with shared libs
103 Changed warning/error callback functions to fix bug - this means you
115 in pngconf.h) - if nobody uses this, it may disappear in the future.
129 libpng will use the zlib CRC routines by (compile-time) default
130 Changed DOS small/medium model memory support - needs zlib 1.04 (Tim Wegner)
[all …]
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt5 libext2fs. (CVE-2015-1572, Addresses Debian Bug: #778948)
36 Fixed some use-after-free bug in resize2fs and e2fsck.
49 ------------------
51 Fixed coverity, sparse, gcc -Wall, and clang warnings/nits.
88 Fix a 32/64-bit overflow bug that could cause resize2fs to loop
89 forever. (Addresses-Launchpad-Bug: #1321958)
101 The e4defrag program will now defrag backwards-allocated files.
120 Fixed a double close(2) bug in "rdump" and "rdump -p".
124 Fix filefrag to properly handle using the FIBMAP ioctl (with -B).
134 Updated/fixed various man pages. (Addresses-Debian-Bug: #726760)
[all …]
/external/ltp/
Dbuild.sh2 # Copyright (c) 2017-2021 Petr Vorel <pvorel@suse.cz>
5 set -e
7 CFLAGS="${CFLAGS:--Wformat -Werror=format-security -Werror=implicit-function-declaration -Werror=re…
8 CC="${CC:-gcc}"
10 DEFAULT_PREFIX="$HOME/ltp-install"
14 CONFIGURE_OPTS_IN_TREE="--with-open-posix-testsuite --with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
15 # TODO: open posix testsuite is currently broken in out-tree-build. Enable it once it's fixed.
16 CONFIGURE_OPTS_OUT_TREE="--with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
19 BUILD_DIR="$SRC_DIR/../ltp-build"
21 MAKE_OPTS="-j$(getconf _NPROCESSORS_ONLN)"
[all …]
/external/cronet/third_party/google_benchmark/src/
DCMakeLists.txt10 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON)
11 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.…
25 option(BENCHMARK_BUILD_32_BITS "Build a 32 bit version of the library." OFF)
27 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh…
35 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende…
37 # This option can be used to disable building and running unit tests which depend on gtest
39 option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON)
50 # cross-compilation (e.g. Host=x86_64, target=aarch64) requires using the
52 # See https://gitlab.kitware.com/cmake/cmake/-/issues/15170
64 # FIXME: The --coverage flag needs to be removed when building assembly
[all …]

12345678910>>...24