Skip to content

Change kInverse array type from char to signed char#30

Open
dwc035 wants to merge 1 commit intosprinfall:masterfrom
dwc035:char_init_error_ARM
Open

Change kInverse array type from char to signed char#30
dwc035 wants to merge 1 commit intosprinfall:masterfrom
dwc035:char_init_error_ARM

Conversation

@dwc035
Copy link
Copy Markdown

@dwc035 dwc035 commented Apr 22, 2026

fix build error in ARM compile.
CHAR is unsigned, but is initialized to -1.
(x86-x64 CHAR is signed)

fix build error in ARM compile. 
CHAR is unsigned, but is initialized to -1.
(x86-x64 CHAR is signed)
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