Home
last modified time | relevance | path

Searched full:compiler (Results 1 – 25 of 30) sorted by relevance

12

/lz4-3.4.0-2.7.6/
Dappveyor.yml4 - COMPILER: "gcc"
6 - COMPILER: "gcc"
8 - COMPILER: "visual"
11 - COMPILER: "visual"
14 - COMPILER: "visual"
17 - COMPILER: "visual"
20 - COMPILER: "gcc"
24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH%
27 - if [%COMPILER%]==[gcc] (
[all …]
D.travis.yml9 compiler: clang
66 compiler: clang
170 compiler: clang
204 compiler: clang
DNEWS192 Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
309 cmake : check for just C compiler (Elan Ruusamae)
DMakefile181 @echo "\n ---- test lz4 with $(CC) compiler ----"
/lz4-3.4.0-2.7.6/lib/
DREADME.md64 - `LZ4_DISABLE_DEPRECATE_WARNINGS` : invoking a deprecated function will make the compiler generate…
66 Should this be a problem, it's generally possible to make the compiler ignore these warnings,
78 …In case the target cpus doesn't support it, or compiler intrinsic doesn't work, or feature bad per…
Dxxhash.c41 * Unfortunately, on some target/compiler combinations, the generated assembly is sub-optimal.
44 * Method 1 : `__packed` statement. It depends on compiler extension (ie, not portable).
45 …* This method is safe if your compiler supports it, and *generally* as fast or faster t…
46 * Method 2 : direct access. This method doesn't depend on compiler but violate C standard.
121 * Compiler Specific Options
164 /* __pack instructions are safer, but compiler specific, hence potentially problematic for some com…
185 * Compiler-specific Functions and Macros
218 /* XXH_CPU_LITTLE_ENDIAN can be defined externally, for example on the compiler command line */
594 /* if compiler doesn't support unsigned long long, replace by another 64-bit type */
607 /* __pack instructions are safer, but compiler specific, hence potentially problematic for some com…
Dlz4.c65 * Unfortunately, on some target/compiler combinations, the generated assembly is sub-optimal.
68 * Method 1 : `__packed` statement. It depends on compiler extension (ie, not portable).
69 …* This method is safe if your compiler supports it, and *generally* as fast or faster t…
88 * Define this parameter if your target system or compiler does not support hardware bit count
122 * Compiler Options
313 * environments, the compiler can't assume the implementation of memcpy() is
315 * logic. When possible, use __builtin_memcpy() to tell the compiler to analyze
333 /* lie to the compiler about data alignment; use with caution */
344 /* __pack instructions are safer, but compiler specific, hence potentially problematic for some com…
Dlz4frame.h65 * Compiler specifics
95 # define LZ4F_DEPRECATE(x) x /* no deprecation warning for this compiler */
Dlz4.h670 * Deprecated functions make the compiler generate a warning when invoked.
691 # pragma message("WARNING: LZ4_DEPRECATED needs custom implementation for this compiler")
/lz4-3.4.0-2.7.6/.github/ISSUE_TEMPLATE/
Dbug_report.md27 - Compiler [e.g. gcc]
/lz4-3.4.0-2.7.6/ossfuzz/
Dfuzz.h20 * the method to use based on the compiler. If testing with UBSAN set
/lz4-3.4.0-2.7.6/programs/
Dplatform.h2 platform.h - compiler and OS detection
30 * Compiler Options
Ddatagen.c29 #include "platform.h" /* Compiler options, SET_BINARY_MODE */
Dbench.c28 * Compiler options
38 #include "platform.h" /* Compiler options */
DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
Dutil.h162 * Compiler specifics
/lz4-3.4.0-2.7.6/examples/
Dsimple_buffer.c37 …// you may need to do some casting or set the right -Wno compiler flags to ignore those warni… in main()
DblockStreaming_ringBuffer.c6 * Compiler Options
DHCStreaming_ringBuffer.c6 * Compiler Options
DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
Dcompress_functions.c10 …* The call stack (before theoretical compiler optimizations) for LZ4_compress_default…
/lz4-3.4.0-2.7.6/contrib/meson/meson/
Dmeson.build79 # Compiler flags
/lz4-3.4.0-2.7.6/doc/
Dlz4frame_manual.html12 <li><a href="#Chapter2">Compiler specifics</a></li>
30 <a name="Chapter2"></a><h2>Compiler specifics</h2><pre></pre>
Dlz4_manual.html523 # pragma message("WARNING: LZ4_DEPRECATED needs custom implementation for this compiler")
528 Deprecated functions make the compiler generate a warning when invoked.
/lz4-3.4.0-2.7.6/tests/
DCOPYING162 form) with the major components (compiler, kernel, and so on) of the

12