Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- updated usage
  • Loading branch information
trholding committed Apr 1, 2024
1 parent 700b980 commit c243fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit c243fb4

Please sign in to comment.