Commit 35a4dac
feat: EMLX compiled mode (#68)
* feat: add nif_call-based function compilation
* fix: make tests pass
* wip
* feat: working callback
* wip: add benchmarks
* feat: use non-modified header
* chore: remove bench files
* test: add compile test
* chore: forat
* docs: add warning on EMLX compiler
* docs: show github installation
* chore: update to safe nif_call version
* wip: update nif_call
* use nif_call v0.1.3
Signed-off-by: Cocoa <i@uwucocoa.moe>
---------
Signed-off-by: Cocoa <i@uwucocoa.moe>
Co-authored-by: Cocoa <i@uwucocoa.moe>1 parent 6afc1a7 commit 35a4dac
File tree
12 files changed
+720
-153
lines changed- c_src
- lib
- emlx
- test
12 files changed
+720
-153
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | | - | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments