Changes between Initial Version and Version 1 of Ticket #4808, comment 11
- Timestamp:
- 2018-03-22T14:44:28Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4808, comment 11
initial v1 3 3 I'm not sure why the MSL code of this constructor was built using binding equations on the output rather than with a one-liner algorithm, but I guess that was to make inlining even simpler. I guess we should handle that as well, changing the MSL code as you suggest would rather be a hack. 4 4 5 So, it seems like the root cause of the problem is the lack of inlining of Complex constructor with one argument . Can someone take care of that?5 So, it seems like the root cause of the problem is the lack of inlining of Complex constructor with one argument and the other one defaulting to zero. Can someone take care of that?