Skip to content

docs: CHANGELOG + AGENTS.md for v0.30.3#226

Merged
kolkov merged 1 commit into
mainfrom
chore/release-v0.30.3
Jun 24, 2026
Merged

docs: CHANGELOG + AGENTS.md for v0.30.3#226
kolkov merged 1 commit into
mainfrom
chore/release-v0.30.3

Conversation

@kolkov

@kolkov kolkov commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Update CHANGELOG.md for v0.30.3 release
  • Update AGENTS.md version reference

What's in v0.30.3

SPIR-V interpreter: missing GLSL.std.450 opcodes (PR #225, @amery)

  • Hyperbolic math: Sinh/Cosh/Tanh/Asinh/Acosh/Atanh (opcodes 19–24)
  • Integer clamp: UClamp (44), SClamp (45)
  • Previously these returned silent zeros — discovered via Born ML's software backend path

Test plan

  • go build ./... — pass
  • go test ./hal/software/shader/ — 31 GLSL tests pass (8 new)
  • golangci-lint run --timeout=5m — clean
  • Cross-platform build verified locally

- SPIR-V interpreter: hyperbolic math (Sinh/Cosh/Tanh/Asinh/Acosh/Atanh)
- SPIR-V interpreter: integer clamp (UClamp/SClamp)
- Contributor: @amery (PR #225, Born ML)
@codecov

codecov Bot commented Jun 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@kolkov kolkov merged commit 405747c into main Jun 24, 2026
11 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.

1 participant