joeftiger

Results 14 comments of joeftiger

You only changed the order of the `&&` expression, this has no benefit at all except maybe for one boolean check.

I noticed as well that it's using `-T` instead of the lowercase `-t`. The example needs to be updated in the code.

> > I noticed as well that it's using `-T` instead of the lowercase `-t`. The example needs to be updated in the code. > > I don't think so,...

I think the undervolt entry should be `[UNDERVOLT.BATTERY]` or `[UNDERVOLT.AC]`. At least that's inside my default config on arch.

Would it be possible to just revert all changes when reverting to launch anyway? In my opinion it should then clear all parameters automatically and it would be clear what...

Would this mean that one can use things like `Option` or algebraic enums, e.g.? As long as `T` is not a pointer? I didn't get to play around with `rust-gpu`...

Is this still a thing? I am wondering whether I want to give my time to create a PR for this, but as far as I understood it will take...

As a side note: I used FMA wherever possible in my ray tracer and improved the runtime of a bench scene from `02:10` min to `01:12` min. It really astounded...

Nice insights above! Thank you for your input :-) I noticed that ultraviolet already uses `fma` in matrices for determinant e.g. Would it make sense to use `fma` for vector's...

Would be seriously great.