top | item 45834483

(no title)

CryZe | 3 months ago

Keep an eye out for the algebraic operations on floats currently in nightly then: https://doc.rust-lang.org/nightly/std/primitive.f32.html#alg...

discuss

order

the__alchemist|3 months ago

I stumbled on these recently; you can do these in CUDA kernels. I have some "todo: mul_add here" in my rust code!

TinkersW|3 months ago

So you have to write fugly code just to get something that should be a compiler switch?