Searched +full:intel +full:- +full:cet +full:- +full:compatibility (Results 1 – 10 of 10) sorted by relevance
| /external/zstd/.github/workflows/ |
| D | dev-short-tests.yml | 1 name: dev-short-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 21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va… 24 runs-on: ubuntu-latest [all …]
|
| /external/pcre/ |
| D | CMakeLists.txt | 9 # 2007-09-14 mod by Sheri so 7.4 supported configuration options can be entered 10 # 2007-09-19 Adjusted by PH to retain previous default settings 11 # 2007-12-26 (a) On UNIX, use names libpcre instead of just pcre 13 # not a previously-installed one. 16 # 2008-01-20 Brought up to date to include several new features by Christian 18 # 2008-01-22 Sheri added options for backward compatibility of library names 24 # be built with suffix of "-0.dll". (The libraries will be named 25 # libpcre-0.dll, libpcreposix-0.dll and libpcrecpp-0.dll - same names 27 # 2008-01-23 PH removed the automatic build of pcredemo. 28 # 2008-04-22 PH modified READLINE support so it finds NCURSES when needed. [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 6 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 12 ## -------------------- ## 14 ## -------------------- ## 23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 25 alias -g '${1+"$@"}'='"$@"' 28 case `(set -o) 2>/dev/null` in #( 30 set -o posix ;; #( 44 # Quoting is to prevent editors from complaining about space-tab. 54 # Ensure predictable behavior from utilities with locale-dependent output. [all …]
|
| D | ChangeLog | 2 -------------------- 7 Version 10.44 07-June-2024 8 -------------------------- 10 1. If a pattern contained a variable-length lookbehind in which the first 17 2. Further updates to the oss-fuzz support: 22 classes contain a lot of non-ascii characters. 26 (c) Arranged for text error messages to be shown in 16-bit and 32-bit modes. 35 bytes because this takes a long time, causing oss-fuzz to time out. 55 break property unless a zero-width joiner intervenes. PCRE2 was not insisting 61 Version 10.43 16-February-2024 [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
| D | X86.td | 1 //===-- X86.td - Target definition file for the Intel X86 --*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This is a target description file for the Intel i386 architecture, referred 12 //===----------------------------------------------------------------------===// 14 // Get the target-independent interfaces which we are implementing... 18 //===----------------------------------------------------------------------===// 22 def Is64Bit : SubtargetFeature<"64bit-mode", "Is64Bit", "true", 23 "64-bit mode (x86_64)">; 24 def Is32Bit : SubtargetFeature<"32bit-mode", "Is32Bit", "true", [all …]
|
| /external/mesa3d/ |
| D | meson.build | 1 # Copyright © 2017-2020 Intel Corporation 29 'b_ndebug=if-release', 52 '-D__STDC_CONSTANT_MACROS', 53 '-D__STDC_FORMAT_MACROS', 54 '-D__STDC_LIMIT_MACROS', 55 '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()), 56 '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"', 64 with_moltenvk_dir = get_option('moltenvk-dir') 65 with_vulkan_icd_dir = get_option('vulkan-icd-dir') 66 with_tests = get_option('build-tests') [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86.td | 1 //===-- X86.td - Target definition file for the Intel X86 --*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This is a target description file for the Intel i386 architecture, referred 12 //===----------------------------------------------------------------------===// 14 // Get the target-independent interfaces which we are implementing... 18 //===----------------------------------------------------------------------===// 22 def Mode64Bit : SubtargetFeature<"64bit-mode", "In64BitMode", "true", 23 "64-bit mode (x86_64)">; 24 def Mode32Bit : SubtargetFeature<"32bit-mode", "In32BitMode", "true", [all …]
|
| /external/zstd/ |
| D | CHANGELOG | 6 lib: reduce binary size with selective built-time exclusion, by @felixhandte 11 lib: fix zdict prototype mismatch in static_only mode, by @ldv-alt 12 lib: fix several bugs in magicless-format decoding, by @embg 13 cli: add common compressed file types to `--exclude-compressed`` by @daniellerozenblit 14 cli: fix mixing `-c` and `-o` commands with `--rm`, by @Cyan4973 15 cli: fix erroneous exclusion of hidden files with `--output-dir-mirror` by @felixhandte 18 tests: better compatibility with older versions of `grep`, by @Cyan4973 20 …rovements by @terrelln, @sighingnow, @gjasny, @JohanMabille, @Saverio976, @gruenich, @teo-tsirpanis 22 build: fix cross-compiling for AArch64 with lld by @jcelerier 23 build: fix Apple platform compatibility, by @nidhijaju [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
| D | IntrinsicsX86.td | 1 //===- IntrinsicsX86.td - Defines X86 intrinsics -----------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines all of the X86-specific intrinsics. 11 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 19 //===----------------------------------------------------------------------===// 31 //===----------------------------------------------------------------------===// 44 //===----------------------------------------------------------------------===// 53 // Read Performance-Monitoring Counter. [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/ |
| D | internal_raw_IPA-old.txt | 1803 ad-lib ædlˈɪb 3726 aide-de-camp ˌeddɪkˈæmp 5495 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn 7542 anglo-saxon ˈæŋglosˌæksən 8282 anti-lewisite ˌæntilˈuɪsˌaɪt 9550 aquifer %21020 ˈækwəfər, ˈɑkwə- 9555 aquilegia %7773 -lˈiʤə, ˌækwəlˈiʤiə 9559 aquiline %15023 -lɪn, ˈækwəlˌaɪn 9629 aragonite %11075 ərˈægənˌaɪt, ˈærəgə- 9645 aram %8777 ær-, ˈeræm, ˈɛrəm [all …]
|