Commit ed7324e
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
- tests/unit/enhanced_unit_test
- compilation
- wasm-apps
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments