Update README.md

- updated usage
This commit is contained in:
Vulcan 2024-04-01 22:18:39 +05:30
parent 700b980b82
commit c243fb4122
2 changed files with 2 additions and 3 deletions

View File

@ -524,7 +524,7 @@ run_debug: ## - Debug build which can be analyzed with tools like valgrind.
$(CC) -g -o run run.c -lm
.PHONY: run_cc_bcdebug
run_cc_bcdebug: ## - ***NEW*** C to LLVM bitcode & LLVM bitcode to C transpiled debug build
run_cc_bcdebug: ## - ***NEW*** Emit LLVM bitcode & transpile to C debug build
echo "Requires clang-17, and llvm-cbe to be compiled and added to path."
echo "Get llvm-cbe here: https://github.com/JuliaHubOSS/llvm-cbe"
clang-17 -march=native -mtune=native -S -emit-llvm -g run.c

View File

@ -455,7 +455,6 @@ Simple Builds
runq_cc_fast - Same for quantized build
run_cc_gnu - Optimized Generic linux distro build
runq_cc_gnu - Same for quantized build
run_cc_mmdebug - ***NEW*** Matmul Debug Log build (Warning: Huge Logs)
Accelerated Builds
run_cc_avx - ***NEW*** AVX accelerated build
@ -556,7 +555,7 @@ Special Builds
Debug Build
run_debug - Debug build which can be analyzed with tools like valgrind.
run_cc_bcdebug - ***NEW*** C to LLVM bitcode & LLVM bitcode to C transpiled debug build
run_cc_bcdebug - ***NEW*** Emit LLVM bitcode & transpile to C debug build
runq_cc_bcdebug - Same for quantized build
run_cc_mmdebug - ***NEW*** Matmul Debug Log build (Warning: Huge Logs)