[all-commits] [llvm/llvm-project] 44d140: [libc] Add check for support and a test for libc S...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Sep 9 17:12:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44d14049c7b26ae78cf9bca1ee6c3e391dcd3180
https://github.com/llvm/llvm-project/commit/44d14049c7b26ae78cf9bca1ee6c3e391dcd3180
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M libc/cmake/modules/CheckCompilerFeatures.cmake
A libc/cmake/modules/compiler_features/check_ext_vector_type.cpp
M libc/src/__support/CPP/simd.h
M libc/test/src/__support/CPP/CMakeLists.txt
A libc/test/src/__support/CPP/simd_test.cpp
Log Message:
-----------
[libc] Add check for support and a test for libc SIMD helpers (#157746)
Summary:
This adds a few basic tests for the SIMD helpers and adds a CMake
variable we can use to detect support.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list