From c701bf2a98e6416dd5cbdf84ddc79c76dd629b5d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 11 Jan 2023 17:29:07 +0100 Subject: init: replace custom cpu count detection with sysconf Drop now-unnecessary assembly support. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7903842..ff2dc47 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,6 @@ CC = cc OBJS = basis.o \ bicgstab.o \ - cpu.o \ - cpuid.o \ eval.o \ init.o \ log.o \ -- cgit v1.2.3