piyushtripathi9424 commented on issue #17992: URL: https://github.com/apache/nuttx/issues/17992#issuecomment-3769967823
Hi, I am a beginner and would like to help with this issue. From the description, it seems INT32_C(x) should produce a value of type int32_t (which is long int on xtensa), but currently it expands to xll (long long int). If this is confirmed to be a bug, I would like to submit a small patch to adjust the INT32_C macro so that its type matches int32_t. Could you please confirm what the correct definition for INT32_C on xtensa should be and if you are open to a PR for this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
