Y
Hacker News
new
|
ask
|
show
|
jobs
by
CryZe
225 days 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...
2 comments
the__alchemist
225 days ago
I stumbled on these recently; you can do these in CUDA kernels. I have some "todo: mul_add here" in my rust code!
link
TinkersW
225 days ago
So you have to write fugly code just to get something that should be a compiler switch?
link