Skip to content
#

assembler

assembly logo

Assembly is a low-level programming language in which there is a very strict correspondence between language instructions and architecture machine code instructions.

Here are 1,578 public repositories matching this topic...

solardiz
solardiz commented Dec 21, 2021

Somehow some of these names start with fmt_ocl_ while most start with fmt_opencl_. Is this intentional? It causes the fmt_ocl_ to be listed/tested/benchmarked first. Then there's fmt_opencl_1otus5 with a 1 (one) in there. So the first OpenCL formats become:

john_register_one(&fmt_ocl_cryptosafe);
john_register_one(&fmt_ocl_cryptsha1);
john_register_one(&fmt_ocl_KeePass);
john
i509VCB
i509VCB commented Dec 5, 2021

Essentially introduce const where appropriate for the public types exposed by the api.

This request intentionally only targets some functions since we don't have stable &mut in const contexts along with a bunch of other const stuff that is still nightly.

I don't expect that iced will ever become 100% const, that's unreasonable to assume due to the fact iced needs liballoc around the crate.

TheThirdOne
TheThirdOne commented Dec 8, 2021

I just found out that RARS does not support sext.w. It was only mentioned in the spec as a note on addiw so it was easy to miss, but if I missed one I probably also missing something else.

Someone (maybe me) should go through the table and see if there are any others m

Created by Kathleen Booth

Released 1949

Wikipedia
Wikipedia

Related Topics

c cpp operating-system