C version for comparison

This commit is contained in:
2022-08-04 20:45:24 +02:00
parent 8df88d2c42
commit 4acc288f15
6 changed files with 844 additions and 0 deletions

6
c_version/clangtest Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
set -e
clang -Wall -Wextra -Weverything -Werror -O3 -march=native -flto -std=c17 -fstack-protector-all -s -o sudk_c "$1"
time ./sudk_c