From c243fb4122c40b7495b1628142b8c39a1b58607b Mon Sep 17 00:00:00 2001 From: Vulcan <93451215+trholding@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:18:39 +0530 Subject: [PATCH] Update README.md - updated usage --- Makefile | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2f0fdf77..b82f73ee 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 6ac91b90..8b87e2e1 100644 --- a/README.md +++ b/README.md @@ -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)