wimrijnders

Results 78 comments of wimrijnders

Thank you, my good man. It's working like a charm BTW. Feel free to close issue when docs are updated.

Yes, the current DSL makes it trivial to get values into the VideoCore. As the first step, I think the thing to do is load an immediate, run it through...

Scanning the document once again, I see a possibility. I see fields `add_a`, `mul_a` etc as bit fields in the Instruction Encoding tabale (page 26). Scrolling down, in table 3...

BTW, Looking at the instruction encoding, I notice that add and multiply can *both* be set in an instruction. This implies that add and mul can be performed in parallel....

:+1: OK thanks for the tip, will do. > And yes, parallel add and mul is possible. Woohoo! :sunglasses: Do you optimize for that already? Otherwise, there is much to...

> Sadly not! Would be cool if we did... That, my friend, I regard as great news. It can be made even faster! :sunglasses: Something to look at when current...

OK. I almost understand what you mean. I certainly understand the issue; you're dealing with a limited amount of internal storage. If there is more data than fits in there,...

Is it OK to expand `RegisterMap` and `detectPlatform`? This won't touch any of the existing library code.

You can't find any specs because they aren't released (yet, hopefully). The VC6 isn't that much faster; it has a higher clock rate and more efficient design, so that there...

That's the very repo I'm investigating for VideoCore 6 functionality. I'm looking into it. On 5/19/20, Gavin Li wrote: > Seems like it's figured out here: https://github.com/Idein/py-videocore6. > > Any...