Searched full:compiler (Results 1 – 25 of 30) sorted by relevance
12
/lz4-3.4.0-2.7.6/ |
D | appveyor.yml | 4 - 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.yml | 9 compiler: clang 66 compiler: clang 170 compiler: clang 204 compiler: clang
|
D | NEWS | 192 Fixed : older compiler don't like nameless unions, reported by Cheyi Lin 309 cmake : check for just C compiler (Elan Ruusamae)
|
D | Makefile | 181 @echo "\n ---- test lz4 with $(CC) compiler ----"
|
/lz4-3.4.0-2.7.6/lib/ |
D | README.md | 64 - `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…
|
D | xxhash.c | 41 * 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…
|
D | lz4.c | 65 * 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…
|
D | lz4frame.h | 65 * Compiler specifics 95 # define LZ4F_DEPRECATE(x) x /* no deprecation warning for this compiler */
|
D | lz4.h | 670 * 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/ |
D | bug_report.md | 27 - Compiler [e.g. gcc]
|
/lz4-3.4.0-2.7.6/ossfuzz/ |
D | fuzz.h | 20 * the method to use based on the compiler. If testing with UBSAN set
|
/lz4-3.4.0-2.7.6/programs/ |
D | platform.h | 2 platform.h - compiler and OS detection 30 * Compiler Options
|
D | datagen.c | 29 #include "platform.h" /* Compiler options, SET_BINARY_MODE */
|
D | bench.c | 28 * Compiler options 38 #include "platform.h" /* Compiler options */
|
D | COPYING | 162 form) with the major components (compiler, kernel, and so on) of the
|
D | util.h | 162 * Compiler specifics
|
/lz4-3.4.0-2.7.6/examples/ |
D | simple_buffer.c | 37 …// you may need to do some casting or set the right -Wno compiler flags to ignore those warni… in main()
|
D | blockStreaming_ringBuffer.c | 6 * Compiler Options
|
D | HCStreaming_ringBuffer.c | 6 * Compiler Options
|
D | COPYING | 162 form) with the major components (compiler, kernel, and so on) of the
|
D | compress_functions.c | 10 …* The call stack (before theoretical compiler optimizations) for LZ4_compress_default…
|
/lz4-3.4.0-2.7.6/contrib/meson/meson/ |
D | meson.build | 79 # Compiler flags
|
/lz4-3.4.0-2.7.6/doc/ |
D | lz4frame_manual.html | 12 <li><a href="#Chapter2">Compiler specifics</a></li> 30 <a name="Chapter2"></a><h2>Compiler specifics</h2><pre></pre>
|
D | lz4_manual.html | 523 # 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/ |
D | COPYING | 162 form) with the major components (compiler, kernel, and so on) of the
|
12