Skip to content

X86 ace#6

Open
mahesh-attarde wants to merge 4 commits into
mahesh-attarde:acev1from
ganeshgit:x86_ace
Open

X86 ace#6
mahesh-attarde wants to merge 4 commits into
mahesh-attarde:acev1from
ganeshgit:x86_ace

Conversation

@mahesh-attarde

Copy link
Copy Markdown
Owner

Base

ganeshgit added 4 commits July 1, 2026 11:37
 - AVX10_V2_AUX extends AVX10.2 with FP8/FP4/FP6 format conversions optimized
 for AI/ML inference workloads, enabling efficient low-precision arithmetic

 - Narrowing conversions from single-precision to FP8: VCVTPS2BF8, VCVTPS2HF8,
 VCVTPS2BF8S, VCVTPS2HF8S with optional saturation, biasing
 (VCVTBIASPS2BF8/HF8), and round-to-odd (VCVTROPS2HF8) variants

 - Expanding conversions from FP8 to single-precision: VCVTBF82PS, VCVTHF82PS
 that widen 8-bit FP formats with masking support

 - FP4/FP6 conversions: VCVTBF82BF4S, VCVTHF82BF4S for truncating,
 VCVTBF82BF6S, VCVTHF82HF6S for same-size, and expanding VCVTBF42HF8,
 VCVTBF62BF8, VCVTHF62HF8

 - Support includes instruction definitions, intrinsics, and Clang headers

 - Tests covering AT&T and Intel syntax assembly for both 32-bit and 64-bit
 modes, plus disassembler tests verifying round-trip encoding and decoding
- Split header file into non-512 and 512 versions
- Change option name to 'avx10v2aux'
- Remove mask variants of builtins and use select with basic intrinsic instead
- Fix tests for non-mask version after removal of builtins
- Add args to tests
- Fix Predicates and alignment comments
- Remove unnecessary comment from test file
- Merge multiclass pattern and instantiations
- Fix operand suffix and change convert to cvt
- Use compact notation
- Fix MOVSSDB record, fix SDNode for X86vmtruncss
- Add MOVSSDB intrinsic
- Add missing intrinsics
- Add semantic check and test for vunpackb
- Handle arguments in tests
- Check selects and arguments in tests
- Add store form of MOVSSDB
- Use avx512_trunc_db for vpmovssdb
- Fix naming convention widen/narrowing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants