Skip to content

feat: I32x16 Base17 ops — from_i16_slice, abs, to_i16_array, cmpge_zero_mask Added to all 3 tiers (AVX-512 / AVX2 / scalar): from_i16_slice(&[i16]) → I32x16 — load 16×i16, sign-extend to 16×i32 abs() → I32x16 — absolute value per lane to_i16_array() → [i16; 16] — narrow 16×i32 back to 16×i16 cmpge_zero_mask() → u16 — bit mask where lane >= 0 These are the primitives bgz17_bridge.rs needs to replace its 92 raw intrinsics with crate::simd::I32x16 calls. Fixed duplicate abs() in AVX-512 I32x16. 19 bgz17_bridge tests pass. https://claude.ai/code/session_01ChLvBfpJS8dQhHxRD4pYNp#77

Merged
AdaWorldAPI merged 1 commit into
masterfrom
claude/setup-embedding-pipeline-Fa65C
Apr 3, 2026

Conversation

@AdaWorldAPI
Copy link
Copy Markdown
Owner

No description provided.

…ro_mask

Added to all 3 tiers (AVX-512 / AVX2 / scalar):
  from_i16_slice(&[i16]) → I32x16  — load 16×i16, sign-extend to 16×i32
  abs() → I32x16                    — absolute value per lane
  to_i16_array() → [i16; 16]       — narrow 16×i32 back to 16×i16
  cmpge_zero_mask() → u16          — bit mask where lane >= 0

These are the primitives bgz17_bridge.rs needs to replace its 92 raw
intrinsics with crate::simd::I32x16 calls.

Fixed duplicate abs() in AVX-512 I32x16.
19 bgz17_bridge tests pass.

https://claude.ai/code/session_01ChLvBfpJS8dQhHxRD4pYNp
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@AdaWorldAPI AdaWorldAPI merged commit 9ab9507 into master Apr 3, 2026
4 of 10 checks passed
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