[PR #132] [MERGED] Don't transmute values in RSP code #236

Closed
opened 2026-03-03 13:46:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/132
Author: @loganmc10
Created: 1/12/2025
Status: Merged
Merged: 1/13/2025
Merged by: @loganmc10

Base: mainHead: transmute


📝 Commits (5)

📊 Changes

7 files changed (+364 additions, -396 deletions)

View changed files

📝 build.rs (+2 -1)
📝 src/compat/aarch64.c (+131 -0)
📝 src/compat/aarch64.rs (+28 -0)
📝 src/device.rs (+1 -1)
📝 src/device/rsp_cpu.rs (+1 -1)
📝 src/device/rsp_su_instructions.rs (+75 -17)
📝 src/device/rsp_vu_instructions.rs (+126 -376)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/132 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 1/12/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `transmute` --- ### 📝 Commits (5) - [`62ab5aa`](https://github.com/gopher64/gopher64/commit/62ab5aa9558252b0b4590f42aad5958c88c41393) remove transmute - [`c0405eb`](https://github.com/gopher64/gopher64/commit/c0405eb823ea6e07d46c0072eb869ccb19a275f4) fix - [`bc8137e`](https://github.com/gopher64/gopher64/commit/bc8137e0ff4863700bec3b2362d4e1186707055e) more - [`3b91350`](https://github.com/gopher64/gopher64/commit/3b91350ed0dffe6258d472c73e2c36ed14baff79) more - [`71debff`](https://github.com/gopher64/gopher64/commit/71debff7b52b46fc959cb1b926953c32f562d184) fix ### 📊 Changes **7 files changed** (+364 additions, -396 deletions) <details> <summary>View changed files</summary> 📝 `build.rs` (+2 -1) 📝 `src/compat/aarch64.c` (+131 -0) 📝 `src/compat/aarch64.rs` (+28 -0) 📝 `src/device.rs` (+1 -1) 📝 `src/device/rsp_cpu.rs` (+1 -1) 📝 `src/device/rsp_su_instructions.rs` (+75 -17) 📝 `src/device/rsp_vu_instructions.rs` (+126 -376) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:46:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#236
No description provided.