tbaederr wrote:

> Out of curiosity, why are they not using `__builtin_complex` as requested?
I started out replacing a lot of those expressions with `__builtin_complex` but 
ended up just creating a variable for it so the lines don't get too unwieldy. 
But then I naturally just used an initlist instead of  `__builtin_complex`.


https://github.com/llvm/llvm-project/pull/90588
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to