Home
last modified time | relevance | path

Searched +full:stringop +full:- +full:overflow (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
7 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
22 - _build/meson-logs/*.txt
23 - _build/meson-logs/strace
24 - _build/.ninja_log
25 - artifacts
28 .build-linux:
29 extends: .build-common
36 - !reference [default, before_script]
[all …]
/third_party/vulkan-loader/scripts/qnx/
Dcommon.mk13 EXTRA_INCVPATH+=$(ICD_ROOT)/external/Vulkan-Headers/include
29 LDFLAGS += -Wl,--unresolved-symbols=report-all -Wl,--no-undefined -Wl,-fPIC
33 CCFLAGS += -DVK_USE_PLATFORM_SCREEN_QNX=1 -DVK_ENABLE_BETA_EXTENSIONS
34 CCFLAGS += -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
35 CCFLAGS += -fno-strict-aliasing -Wno-stringop-truncation
36 CCFLAGS += -Wno-stringop-overflow -fvisibility=hidden
37 CCFLAGS += -Wpointer-arith -fPIC
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/
DCMakeLists.txt33 set_property(SOURCE ${FILE_SET} PROPERTY COMPILE_OPTIONS -Wno-error=stringop-overflow=)
/third_party/mindspore/mindspore-src/source/cmake/external_libs/
Dsentencepiece.cmake2 set(GIT_REPOSITORY "https://gitee.com/src-openeuler/sentencepiece.git")
5 set(SENTENCEPIECE_SRC "${TOP_DIR}/build/mindspore/_deps/sentencepiece-src")
7 …execute_process(COMMAND tar -xf ${SENTENCEPIECE_SRC}/v0.1.92.tar.gz --strip-components 1 -C ${SENT…
21 set(sentencepiece_CXXFLAGS "-D_FORTIFY_SOURCE=2 -O2 /EHsc")
23 … set(sentencepiece_CXXFLAGS "-D_FORTIFY_SOURCE=2 -O2 -Wno-unused-result -Wno-stringop-overflow \
24 -Wno-format-extra-args -Wno-format")
27 set(sentencepiece_CFLAGS "-D_FORTIFY_SOURCE=2 -O2")
33 … CMAKE_OPTION -DCMAKE_BUILD_TYPE=Release -DSPM_USE_BUILTIN_PROTOBUF=ON -DSPM_ENABLE_SHARED=OFF
42 … CMAKE_OPTION -DCMAKE_BUILD_TYPE=Release -DSPM_USE_BUILTIN_PROTOBUF=ON -DSPM_ENABLE_SHARED=OFF
47 set(sentencepiece_CXXFLAGS "-D_FORTIFY_SOURCE=2 -O2 -Wno-unused-result -Wno-sign-compare")
[all …]
/third_party/openhitls/config/json/
Dcomplete_options.json4 "-std=c90",
5 "-std=c99",
6 "-std=c11",
7 "-std=gnu90",
8 "-std=gnu99",
9 "-std=gnu11",
10 "-Wpedantic",
11 "-pedantic",
12 "-pedantic-errors",
13 "-fsigned-char",
[all …]
/third_party/vulkan-loader/
DCMakeLists.txt2 # Copyright (c) 2014-2023 Valve Corporation
3 # Copyright (c) 2014-2023 LunarG, Inc.
4 # Copyright (c) 2021-2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
5 # Copyright (c) 2023-2023 RasterGrid Kft.
11 # http://www.apache.org/licenses/LICENSE-2.0
59 set(GIT_BRANCH_NAME "--unknown--")
60 set(GIT_TAG_INFO "--unknown--")
64 COMMAND ${GIT_EXECUTABLE} describe --tags --always
91 …"System-wide search directory. If not set or empty, CMAKE_INSTALL_FULL_SYSCONFDIR and /etc are use…
168 # Note that clang-cl.exe should use MSVC flavor flags, not GNU
[all …]
/third_party/rust/rust/compiler/rustc_codegen_gcc/
DReadme.md3 [![Chat on IRC](https://img.shields.io/badge/irc.libera.chat-%23rustc__codegen__gcc-blue.svg)](http…
7 **Despite its name, libgccjit can be used for ahead-of-time compilation, as is used here.**
12 A secondary goal is to check if using the gcc backend will provide any run-time speed improvement f…
17 The patches in [this repository](https://github.com/antoyo/libgccjit-patches) need to be applied.
25 $ sudo apt install flex libmpfr-dev libgmp-dev libmpc3 libmpc-dev
26 $ mkdir gcc-build gcc-install
27 $ cd gcc-build
29 --enable-host-shared \
30 --enable-languages=jit \
31 --enable-checking=release \ # it enables extra checks which allow to find bugs
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/
DCMakeLists.txt1 add_definitions(-DPRIMITIVE_WRITEABLE)
2 add_definitions(-DUSE_GLOG)
301 execute_process(COMMAND ${Patch_EXECUTABLE} -Np1 -i ${PROTO_PATCH_FILE} -d ${TOP_DIR}
302 -o ${TOP_DIR}/mindspore/lite/build/caffe.proto
314 target_compile_options(proto_mid PRIVATE "-Wno-array-bounds")
315 target_compile_options(core_proto_obj PRIVATE "-Wno-array-bounds")
337 target_compile_options(converter_runtime_mid PRIVATE "-Wno-stringop-overflow")
/third_party/flatbuffers/
DCMakeLists.txt22 option(FLATBUFFERS_STATIC_FLATC "Build flatbuffers compiler with -static flag"
34 "Add '-fsanitize' flags to 'flattests' and 'flatc' targets."
47 "Run C++ code generator with '--cpp-std c++0x' switch."
55 "Skip generating monster_extra.fbs that contains non-supported numerical\"
58 "Build flatbuffers with all warnings as errors (-Werror or /WX)."
79 …set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "time -f 'Wall: %E User: %U Sys: %S | %C' -q -a -
80 …set_property(GLOBAL PROPERTY RULE_LAUNCH_CUSTOM "time -f 'Wall: %E User: %U Sys: %S | %C' -q -a -o…
81 …set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK "time -f 'Wall: %E User: %U Sys: %S | %C' -q -a -o $…
92 add_definitions(-DFLATBUFFERS_MAX_PARSING_DEPTH=${FLATBUFFERS_MAX_PARSING_DEPTH})
96 # Auto-detect locale-narrow 'strtod_l' and 'strtoull_l' functions.
[all …]
/third_party/mbedtls/library/
Dcmac.c4 * \brief NIST SP800-38B compliant CMAC implementation for AES and 3DES
7 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
13 * - NIST SP 800-38B Recommendation for Block Cipher Modes of Operation: The
15 * http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38b.pdf
17 * - RFC 4493 - The AES-CMAC Algorithm
20 * - RFC 4615 - The Advanced Encryption Standard-Cipher-based Message
21 * Authentication Code-Pseudo-Random Function-128 (AES-CMAC-PRF-128)
25 * Additional test vectors: ISO/IEC 9797-1
46 * As explained in NIST SP 800-38B, this can be computed:
53 * Block size must be 8 bytes or 16 bytes - the block sizes for DES and AES.
[all …]
/third_party/mesa3d/docs/relnotes/
D23.2.1.rst1 Mesa 23.2.1 Release Notes / 2023-09-28
23 ---------------
27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz
32 ------------
34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV
36 - extendedDynamicState3SampleLocationsEnable on RADV
38 - VK_EXT_dynamic_rendering_unused_attachments on RADV
40 - VK_EXT_mesh_shader on lavapipe
42 - OpenGL 3.1 on Asahi
44 - OpenGL ES 3.0 on Asahi
[all …]
D22.3.0.rst1 Mesa 22.3.0 Release Notes / 2022-12-02
20 ---------------
24 644bf936584548c2b88762111ad58b4aa3e4688874200e5a4eb74e53ce301746 mesa-22.3.0.tar.xz
28 ------------
30 - GL_ARB_shader_clock on llvmpipe
31 - VK_KHR_shader_clock on lavapipe
32 - Mesa-DB, the new single file cache type
33 - VK_EXT_attachment_feedback_loop_layout on RADV, lavapipe
34 - VK_KHR_global_priority on RADV
35 - GL_KHR_blend_equation_advanced_coherent on zink
[all …]
D21.2.0.rst1 Mesa 21.2.0 Release Notes / 2021-08-04
20 ---------------
24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz
28 ------------
30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
32 - VK_EXT_provoking_vertex on RADV.
34 - VK_EXT_extended_dynamic_state2 on RADV.
36 - VK_EXT_global_priority_query on RADV.
38 - VK_EXT_physical_device_drm on RADV.
40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV.
[all …]
/third_party/curl/
DCHANGES13 - RELEASE-NOTES: synced
17 - THANKS: new contributors from 8.5.0
21 - cd2nroff: use perl 'strict' and 'warnings'
23 - Use strict and warnings pragmas.
25 - If open() fails then show the reason.
27 - Set STDIN io layer :crlf so that input is properly read on Windows.
29 - When STDIN is used as input, the filename $f is now set to "STDIN".
38 - cd2nroff: fix duplicate output issue
40 Assisted-by: Jay Satiro
41 Fixes https://github.com/curl/curl-www/issues/321
[all …]