Yurii Miroshnyk

Results 3 comments of Yurii Miroshnyk

I confirm the issue. Windows 10, version 2.37 as well.

I opened a [thread](https://github.com/NixOS/patchelf/issues/173) at patchelf forum regarding this.

Here is this piece of code: ``` float value_q = 0; float expr_m = mix(value_q, 10, 0.5); ``` and apparently after inlining `value_q` the function call becomes ambiguous. Thank you...