fix : implicit conversion (#7) #10

Merged
kenter7317 merged 1 commit from ae3f/aclspv:master into master 2026-06-22 15:10:38 +00:00
Owner

Fix implict casting error and Clang wrong assumtion

Environment

OS: Windows 11 Education (25H2) x86_64
Kernel: WIN32_NT 10.0.26200.8457
CPU: AMD Ryzen 7 8845HS (16) @ 5.10 GHz
GPU 1: NVIDIA GeForce RTX 4060 Laptop GPU @ 3.10 GHz (7.77 GiB)
GPU 2: AMD Radeon(TM) Graphics (417.46 MiB)
Compiler:
	Clang:
		clang version 22.1.6
		(https://github.com/llvm/llvm-project fc4aad7b5db3fff421df9a9637605b9ca5667881)
Generator:
	Ninja: 1.21.1
    (https://github.com/llvm/llvm-project fc4aad7b5db3fff421df9a9637605b9ca5667881)

Summary

Implict casting error

in C90, casting that is not mark on code is not allowed. then this pull request contain correction of that codes

Co-authored-by: kenter7317 kenter7317@gmail.xom
Reviewed-on: ae3f/aclspv#7

# Fix implict casting error and Clang wrong assumtion ## Environment ``` OS: Windows 11 Education (25H2) x86_64 Kernel: WIN32_NT 10.0.26200.8457 CPU: AMD Ryzen 7 8845HS (16) @ 5.10 GHz GPU 1: NVIDIA GeForce RTX 4060 Laptop GPU @ 3.10 GHz (7.77 GiB) GPU 2: AMD Radeon(TM) Graphics (417.46 MiB) Compiler: Clang: clang version 22.1.6 (https://github.com/llvm/llvm-project fc4aad7b5db3fff421df9a9637605b9ca5667881) Generator: Ninja: 1.21.1 (https://github.com/llvm/llvm-project fc4aad7b5db3fff421df9a9637605b9ca5667881) ``` ## Summary ### Implict casting error in C90, casting that is not mark on code is not allowed. then this pull request contain correction of that codes Co-authored-by: kenter7317 <kenter7317@gmail.xom> Reviewed-on: https://talkischeap.work.gd/ae3f/aclspv/pulls/7
# Fix implict casting error and Clang wrong assumtion

## Environment
```
OS: Windows 11 Education (25H2) x86_64
Kernel: WIN32_NT 10.0.26200.8457
CPU: AMD Ryzen 7 8845HS (16) @ 5.10 GHz
GPU 1: NVIDIA GeForce RTX 4060 Laptop GPU @ 3.10 GHz (7.77 GiB)
GPU 2: AMD Radeon(TM) Graphics (417.46 MiB)
Compiler:
	Clang:
		clang version 22.1.6
		(https://github.com/llvm/llvm-project fc4aad7b5db3fff421df9a9637605b9ca5667881)
Generator:
	Ninja: 1.21.1
    (https://github.com/llvm/llvm-project fc4aad7b5db3fff421df9a9637605b9ca5667881)
```
## Summary
### Implict casting error
in C90, casting that is not mark on code is not allowed. then this pull request contain correction of that codes

Co-authored-by: kenter7317 <kenter7317@gmail.xom>
Reviewed-on: ae3f/aclspv#7
Sign in to join this conversation.
No reviewers
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
kenter7317/aclspv!10
No description provided.