Added some missing math operators

This commit is contained in:
Samuel Hammersberg 2023-02-04 15:11:56 +01:00
parent 026949ae7e
commit 66fb77c84e
25 changed files with 728 additions and 427 deletions

View file

@ -1,4 +1,5 @@
declare i64 @llvm.abs.i64(i64, i1 immarg)
declare i64 @llvm.powi.i64.i64(i64, i64)
declare i32 @puts(i8* nocapture) nounwind