Skip to content

codegen: support integer pixel formats in SIMD path#229

Merged
sgt0 merged 1 commit into
mainfrom
simd-integer
May 5, 2026
Merged

codegen: support integer pixel formats in SIMD path#229
sgt0 merged 1 commit into
mainfrom
simd-integer

Conversation

@sgt0
Copy link
Copy Markdown
Owner

@sgt0 sgt0 commented May 5, 2026

Add load/store helpers that promote 4 adjacent integer pixels to F32X4 on load so that the existing vector pipeline can handle mixed integer and float formats.

Also add --src-type`` / --dst-type` flags to the CLI to make it easy to inspect the generated IR for integer clips.

Add load/store helpers that promote 4 adjacent integer pixels to `F32X4`
on load so that the existing vector pipeline can handle mixed integer
and float formats.

Also add `--src-type`` / `--dst-type` flags to the CLI to make it easy
to inspect the generated IR for integer clips.
@sgt0 sgt0 enabled auto-merge (rebase) May 5, 2026 22:24
@sgt0 sgt0 merged commit 2bbb1d5 into main May 5, 2026
17 checks passed
@sgt0 sgt0 deleted the simd-integer branch May 5, 2026 22:25
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.

1 participant