Files
clang-p2996/mlir/test/Dialect/X86Vector
arun-thmn 5c3d679516 [mlir][x86vector] AVX Convert/Broadcast F16 to F32 instructions (#137917)
Adds AVX broadcast and conversion from F16 to packed F32 (similar to PR:
https://github.com/llvm/llvm-project/pull/136830). The instructions that
are added:

- VBCSTNESH2PS
- VCVTNEEPH2PS
- VCVTNEOPH2PS
2025-05-05 09:34:30 +02:00
..