Implement CL-32 Support (#610)

This commit is contained in:
NellowTCS
2026-08-07 11:30:22 -06:00
committed by GitHub
parent d2c69ee7e8
commit c6373b79e9
28 changed files with 1172 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
#include <tactility/module.h>
extern "C" {
struct Module cl32_module = {
.name = "cl32"
};
}