felipecrv opened a new pull request, #40372:
URL: https://github.com/apache/arrow/pull/40372
### Rationale for this change
Compiler macros should behave consistently (as much as possible) across
differently compilers.
### What changes are included in this PR?
- Deletion of `ARROW_FORCE_INLINE` (a breaking change)
- Addition of `ARROW_ALWAYS_INLINE` meaningfully defined on all scenarios
### Are these changes tested?
By being the base commit in changes that I'm compiling successfully and
benchmarking.
### Are there any user-facing changes?
*This PR includes breaking changes to public APIs.**
This PR removed the misdefined `ARROW_FORCE_INLINE` and introduces
`ARROW_ALWAYS_INLINE`.
--
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]