Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AVX512CD
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkCpu.h
35
AVX512CD
= 1 << 17,
enumerator
40
SKX = AVX512F | AVX512DQ |
AVX512CD
| AVX512BW | AVX512VL,
90
features |= (AVX512F | AVX512DQ |
AVX512CD
| AVX512BW | AVX512VL);
in Supports()
H
A
D
SkCpu.cpp
68
if (abcd[1] & (1<<28)) { features |= SkCpu::
AVX512CD
; }
in read_cpu_features()
/third_party/node/deps/simdutf/
H
A
D
simdutf.h
674
AVX512CD
= 0x2000,
enumerator
822
host_isa |= instruction_set::
AVX512CD
;
in detect_supported_architectures()
H
A
D
simdutf.cpp
1267
internal::instruction_set::AVX2 | internal::instruction_set::BMI1 | internal::instruction_set::BMI2 | internal::instruction_set::AVX512BW | internal::instruction_set::
AVX512CD
| internal::instruction_set::AVX512VL | internal::instruction_set::AVX512VBMI2 | internal::instruction_set::AVX512VPOPCNTDQ ) {}
in implementation()
[all...]
Completed in 45 milliseconds