move crypto into stdlib

This commit is contained in:
2026-01-03 14:21:53 +01:00
parent abbe43a42c
commit b78223fae7
6 changed files with 353 additions and 624 deletions

View File

@@ -101,12 +101,6 @@ impl<'a> CodegenX86_64<'a> {
"section .note.GNU-stack
db 0
section .text._builtin_read8
_builtin_read8:
xor rax, rax
mov al, byte [rdi]
ret
section .text._builtin_read64
_builtin_read64:
mov rax, qword [rdi]