Skip to content

Commit ed7324e

Browse files
committed
[complication] Add 20 SIMD and Advanced Instructions unit tests for compilation module
- Add SIMD WAT test module with 25+ vector operations covering: * Lane access (extract/replace), bitmask operations * Bitwise operations (and, or, xor, not) * Boolean reductions (any_true, all_true) * Comparisons, conversions, and arithmetic * Load/store operations and saturated arithmetic - Create test_simd_advanced_instructions.cc with proper RAII resource management Signed-off-by: Gong Pu <pu.gong@intel.com>
1 parent d68d2a5 commit ed7324e

4 files changed

Lines changed: 801 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Enhanced Unit Test CMakeLists.txt
2+
cmake_minimum_required(VERSION 3.12)
3+
4+
# Add enhanced unit test subdirectories
5+
add_subdirectory(compilation)

0 commit comments

Comments
 (0)