Remix.run Logo
▲ abirch an hour ago

Vectorizing computations has been Matlabs secret sauce.

▲KeplerBoy an hour ago | parent | next [-]

Does matlab these days do stuff like JIT operator fusing to avoid memory roundtrips and take advantage of FMAs?

▲abirch 31 minutes ago | parent [-]

Yes: https://www.mathworks.com/help/fixedpoint/ref/half.fma.html

I'm grateful that Go a non-proprietary language offers these features.

▲mastermage an hour ago | parent | prev [-]

Julia does that too.