jan-wassenberg added a comment.
@nik here's an unusual but real-world example that triggers this.
https://github.com/google/highway compiles the same source multiple times (with
different macros set) for generating code for multiple SIMD instruction sets.
The main source file sets a macro to its
jan-wassenberg added a comment.
Is there a way to detect whether the compiler already includes this change,
preferably via preprocessor?
I tried `#ifdef __RISCV_VXRM_RDN` and `#if __has_builtin(__RISCV_VXRM_RDN)`.
This is a breaking change for us. Updating code to the new required signature
fai
jan-wassenberg added a comment.
Thanks for your quick reply. Yes, we are tracking trunk with a short lag, and
unfortunately this is mostly beyond our control.
Now that I have updated the Highway code and toolchain reference in user code,
we are fine for the moment.
Please do update the intrinsic