Home
last modified time | relevance | path

Searched full:gcc (Results 1 – 22 of 22) sorted by relevance

/lz4-3.4.0-2.7.6/
D.travis.yml58 - gcc-multilib
86 - sudo apt-get install -qq python3 libc6-dev-i386 gcc-multilib
93 - sudo apt-get install -qq libc6-dev-i386 gcc-multilib
98 - name: (Trusty) gcc-6 standard C compilation
105 - gcc-6
107 - CC=gcc-6
118 gcc-arm-linux-gnueabi
120 gcc-aarch64-linux-gnu
123 - make platformTest CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static
124 - make platformTest CC=aarch64-linux-gnu-gcc QEMU_SYS=qemu-aarch64-static
[all …]
Dappveyor.yml4 - COMPILER: "gcc"
6 - COMPILER: "gcc"
20 - COMPILER: "gcc"
26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH%
27 - if [%COMPILER%]==[gcc] (
31 COPY C:\MinGW\bin\gcc.exe C:\MinGW\bin\cc.exe
44 - if [%COMPILER%]==[gcc] (gcc -v)
45 - if [%COMPILER%]==[gcc] (
61 - if [%COMPILER%]==[gcc] if not [%PLATFORM%]==[clang] (
76 - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw64] (
[all …]
DNEWS28 perf: enable LZ4_FAST_DEC_LOOP on aarch64/GCC by default, by @prekageo
57 perf: minor decompression speed improvement (~+2%) with gcc
120 fix : compilation on gcc 4.4 (#272), reported by Antoine Martin
161 Fixed : GCC 4.9+ optimization bug - Reported by Markus Trippelsdorf, Greg Slazinski & Evan Nemerson
190 Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
271 Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier !
DREADME.md41 compiled with GCC v8.2.0 on Linux 64-bits (Ubuntu 4.18.0-17).
/lz4-3.4.0-2.7.6/.circleci/images/primary/
DDockerfile10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6
12 RUN sudo apt-get -y install gcc-multilib-powerpc-linux-gnu gcc-powerpc-linux-gnu gcc-arm-linux-gnue…
/lz4-3.4.0-2.7.6/.circleci/
Dconfig.yml48 - run: gcc -v; g++ -v; make ctocpptest && make clean
49 - run: gcc-5 -v; CC=gcc-5 CFLAGS="-O2 -Werror" make check && make clean
50 …- run: gcc-5 -v; CC=gcc-5 CFLAGS="-O2 -m32 -Werror" CPPFLAGS=-I/usr/include/x86_64-linux-gnu make …
51 - run: gcc-6 -v; CC=gcc-6 MOREFLAGS="-O2 -Werror" make check && make clean
60 …- run: gcc -v; CFLAGS="-O2 -m32 -Werror" CPPFLAGS=-I/usr/include/x86_64-linux-gnu make check && ma…
62 …- run: make platformTest CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc-static && mak…
63 …- run: make platformTest CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc64-static MOREFLAGS=-m64 && mak…
64 …- run: make platformTest CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static && mak…
65 …- run: make platformTest CC=aarch64-linux-gnu-gcc QEMU_SYS=qemu-aarch64-static && mak…
/lz4-3.4.0-2.7.6/lib/dll/example/
DREADME.md29 #### The example of usage of static and dynamic LZ4 libraries with gcc/MinGW
36 #### Using LZ4 DLL with gcc/MinGW
39 are required to compile a project using gcc/MinGW.
44 gcc $(CFLAGS) -Iinclude\ test-dll.c -o test-dll dll\liblz4.dll
/lz4-3.4.0-2.7.6/lib/
DREADME.md54 For example, with `gcc` : `-DLZ4_FAST_DEC_LOOP=1`,
67 for example with `-Wno-deprecated-declarations` on `gcc`,
106 make BUILD_STATIC=no CC=x86_64-w64-mingw32-gcc DLLTOOL=x86_64-w64-mingw32-dlltool OS=Windows_NT
110 `dll\liblz4.dll` are required to compile a project using gcc/MinGW.
Dxxhash.c48 … But in some circumstances, it's the only known way to get the most performance (ie GCC + ARMv6)
165 /* currently only defined for gcc and icc */
189 /* Note : although _rotl exists for minGW (GCC under windows), performance seems poor */
608 /* currently only defined for gcc and icc */
Dlz4.c72 … But in some circumstances, it's the only known way to get the most performance (ie GCC + ARMv6)
146 * gcc on ppc64le generates an unrolled SIMDized loop for LZ4_wildCopy8,
154 * With gcc on ppc64le, all of the LZ4_decompress_* and LZ4_wildCopy8
345 /* currently only defined for gcc and icc */
Dlz4.h673 * typically with -Wno-deprecated-declarations for gcc
Dlz4hc.c58 # pragma GCC diagnostic ignored "-Wunused-function"
/lz4-3.4.0-2.7.6/contrib/djgpp/
DREADME.MD9 …R`, `LD` for you. So, `CC=i586-pc-msdosdjgpp-gcc`, `AR=i586-pc-msdosdjgpp-ar`, `LD=i586-pc-msdosd…
DMakefile18 CC = $(CROSS)-gcc
20 LD = $(CROSS)-gcc
/lz4-3.4.0-2.7.6/examples/
DHCStreaming_ringBuffer.c15 # pragma GCC diagnostic ignored "-Wmissing-braces" /* GCC bug 53119 : doesn't accept { 0 } as in…
/lz4-3.4.0-2.7.6/.github/ISSUE_TEMPLATE/
Dbug_report.md27 - Compiler [e.g. gcc]
/lz4-3.4.0-2.7.6/build/cmake/
DCMakeLists.txt150 # GCC-style
164 # Because https://gcc.gnu.org/wiki/FAQ#wnowarning
/lz4-3.4.0-2.7.6/contrib/meson/meson/
Dmeson.build23 compiler_gcc = 'gcc'
/lz4-3.4.0-2.7.6/programs/
Dplatform.h52 || (defined __SIZEOF_POINTER__ && __SIZEOF_POINTER__ == 8) /* gcc */
/lz4-3.4.0-2.7.6/tests/
Dtest-lz4-speed.py277 gcc_version = execute("gcc -dumpversion", verbose)[0];
Dfuzzer.c265 #ifdef __unix__ /* is expected to be triggered on linux+gcc */
/lz4-3.4.0-2.7.6/doc/
Dlz4_manual.html531 typically with -Wno-deprecated-declarations for gcc