From 319f308b49786c9fcd3a77aa4f234df08eb2fc83 Mon Sep 17 00:00:00 2001 From: stderr64 Date: Fri, 6 Feb 2026 21:53:12 +0200 Subject: Added experiment showing how to detect is integer positive or negative --- bit_test/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bit_test/Makefile (limited to 'bit_test/Makefile') diff --git a/bit_test/Makefile b/bit_test/Makefile new file mode 100644 index 0000000..d62bb86 --- /dev/null +++ b/bit_test/Makefile @@ -0,0 +1,5 @@ +CC=gcc +CFLAGS=-O2 -mavx2 -Wall -Werror -pedantic -std=gnu23 + +test_positive_int: + $(CC) ${CFLAGS} ./test_positive_int.c -o ./test_positive_int -- cgit v1.2.3-96-g3da7