Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xnn_table_exp2minus_k_over_16 extern as uint32_t instead of int32_t #6832

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

xnn_table_exp2minus_k_over_16 extern as uint32_t instead of int32_t

  • table is really floats but declared as uint32_t
  • change extern to match usage

@copybara-service copybara-service bot force-pushed the test_661630768 branch 3 times, most recently from c78e0f9 to dc04e76 Compare August 12, 2024 19:23
- table is really floats but declared as uint32_t
- change extern to match usage

PiperOrigin-RevId: 662190566
@copybara-service copybara-service bot merged commit f483d6f into master Aug 12, 2024
@copybara-service copybara-service bot deleted the test_661630768 branch August 12, 2024 19:41
@Skylion007
Copy link

@fbarchard Changing these to unint32_t unfortunately does not solve the LTO warnings: #7261

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.

2 participants