- Aug 08, 2024
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Allows modularity and extendability in Zippy.
-
- Aug 04, 2024
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Allowing better error detection and faster execution (hardware accelerated).
-
João Magalhães authored
This allows both aarch64 and sse4.2 implementations.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
This should improved performance by 200%.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Intel implementation uses a different polynomial (CRC-32/ISCSI or CRC32-C (Castagnoli)) so I had to remove the support.
-
- Aug 03, 2024
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Uses hardware acceleration if available, otherwise falls back to software implementation.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Includes strong header which includes CRC32.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Also simplified error to string conversion.
-
- Aug 02, 2024
-
-
João Magalhães authored
This approach avoids many of the possible panics.
-
- Jul 28, 2024
-
-
João Magalhães authored
Made read MMU a non mutable operation. Added support for CPU description. Added Display support for CPU. Extracted type definition for `Instruction`. Support for diag_gb!() - uses global unsafe approach, which is not problematic for the purpose. Inline fetch() operation in cpu clock. Moved pedantic validation up in the CPU. Fix simple diag issue. Changed naming of read and write unsafe ops to raw. New pedantic asserts. Fix an issue with HDMA destination address prevent CHIP-8 ROM from working.
-
- Jul 24, 2024
-
-
João Magalhães authored
-