▲ | QuadmasterXLII 11 hours ago | ||||||||||||||||
I love julia, but the default workflow is Step 1) Write the function using high level abstractions Step 2) Glance over the generated assembly and make sure that it vectorized the way you wanted. | |||||||||||||||||
▲ | mofeing 11 hours ago | parent [-] | ||||||||||||||||
> Glance over the generated assembly and make sure that it vectorized the way you wanted. Isn't that sth you would also need to do in Fortran? IMO Julia makes this so easy with its `@code_*` macros and is one of the main reasons why I use it. | |||||||||||||||||
|