History log of /aosp_15_r20/external/cpu_features/ (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
eca53ba623-Sep-2023 Roland Levillain <[email protected]>

Merge v0.9.0 into `main`. am: 3de70d0029 am: f66f3d320a am: d64300359d am: cc2079932d am: 085bd65bfb

Original change: https://android-review.googlesource.com/c/platform/external/cpu_features/+/27589

Merge v0.9.0 into `main`. am: 3de70d0029 am: f66f3d320a am: d64300359d am: cc2079932d am: 085bd65bfb

Original change: https://android-review.googlesource.com/c/platform/external/cpu_features/+/2758973

Change-Id: I6578d89d868af43a81addeb3d6558993cc4626fd
Signed-off-by: Automerger Merge Worker <[email protected]>

show more ...


.clang-format
.dockerignore
.github/workflows/Dockerfile
.github/workflows/aarch64_linux_bazel.yml
.github/workflows/aarch64_linux_cmake.yml
.github/workflows/amd64_freebsd_cmake.yml
.github/workflows/amd64_linux_bazel.yml
.github/workflows/amd64_linux_cmake.yml
.github/workflows/amd64_macos_bazel.yml
.github/workflows/amd64_macos_cmake.yml
.github/workflows/amd64_windows_cmake.yml
.github/workflows/arm_linux_cmake.yml
.github/workflows/clang_format.yml
.github/workflows/mips_linux_cmake.yml
.github/workflows/power_linux_cmake.yml
.github/workflows/riscv_linux_cmake.yml
.github/workflows/s390x_linux_cmake.yml
.gitignore
.grenrc.yml
Android.bp
BUILD.bazel
CMakeLists.txt
CONTRIBUTING.md
LICENSE
METADATA
MODULE_LICENSE_APACHE2
OWNERS
PREUPLOAD.cfg
README.md
TEST_MAPPING
WORKSPACE
bazel/ci/Makefile
bazel/ci/README.md
bazel/ci/docker/Dockerfile
bazel/platforms.bzl
cmake/CpuFeaturesConfig.cmake.in
cmake/CpuFeaturesNdkCompatConfig.cmake.in
cmake/README.md
cmake/ci/Makefile
cmake/ci/README.md
cmake/ci/doc/docker.dot
cmake/ci/doc/docker.svg
cmake/ci/doc/generate_image.sh
cmake/ci/docker/amd64/Dockerfile
cmake/ci/docker/toolchain/Dockerfile
cmake/ci/sample/CMakeLists.txt
cmake/ci/sample/main.cpp
cmake/ci/vagrant/freebsd/Vagrantfile
cmake/googletest.CMakeLists.txt.in
include/cpu_features_cache_info.h
include/cpu_features_macros.h
include/cpuinfo_aarch64.h
include/cpuinfo_arm.h
include/cpuinfo_loongarch.h
include/cpuinfo_mips.h
include/cpuinfo_ppc.h
include/cpuinfo_riscv.h
include/cpuinfo_s390x.h
include/cpuinfo_x86.h
include/internal/bit_utils.h
include/internal/cpuid_x86.h
include/internal/filesystem.h
include/internal/hwcaps.h
include/internal/stack_line_reader.h
include/internal/string_view.h
include/internal/windows_utils.h
ndk_compat/CMakeLists.txt
ndk_compat/README.md
ndk_compat/cpu-features.c
ndk_compat/cpu-features.h
ndk_compat/ndk-compat-test.c
scripts/generate_badges.d
scripts/make_release.sh
scripts/run_integration.sh
scripts/test_integration.sh
src/copy.inl
src/define_introspection.inl
src/define_introspection_and_hwcaps.inl
src/equals.inl
src/filesystem.c
src/hwcaps.c
src/impl_aarch64__base_implementation.inl
src/impl_aarch64_linux_or_android.c
src/impl_aarch64_macos_or_iphone.c
src/impl_aarch64_windows.c
src/impl_arm_linux_or_android.c
src/impl_loongarch_linux.c
src/impl_mips_linux_or_android.c
src/impl_ppc_linux.c
src/impl_riscv_linux.c
src/impl_s390x_linux.c
src/impl_x86__base_implementation.inl
src/impl_x86_freebsd.c
src/impl_x86_linux_or_android.c
src/impl_x86_macos.c
src/impl_x86_windows.c
src/stack_line_reader.c
src/string_view.c
src/utils/list_cpu_features.c
test/CMakeLists.txt
test/bit_utils_test.cc
test/cpuinfo_aarch64_test.cc
test/cpuinfo_arm_test.cc
test/cpuinfo_loongarch_test.cc
test/cpuinfo_mips_test.cc
test/cpuinfo_ppc_test.cc
test/cpuinfo_riscv_test.cc
test/cpuinfo_s390x_test.cc
test/cpuinfo_x86_test.cc
test/filesystem_for_testing.cc
test/filesystem_for_testing.h
test/hwcaps_for_testing.cc
test/hwcaps_for_testing.h
test/stack_line_reader_test.cc
test/string_view_test.cc