First steps of linux port complete, no driver yet

This commit is contained in:
2021-12-07 13:42:12 -05:00
parent 6b5da01aa2
commit 608274a295
7 changed files with 400 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
#define ALLOW_UNALIGNED_READS 1
#define INLINE __forceinline
#define INLINE inline
// number of uint64_t's in internal state
static const size_t sc_numVars = 12;