From 3145eb5b2ed843cdd0c707486346bcf9fe8c4007 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 25 Apr 2019 14:27:07 +0200 Subject: add additional improved implementation --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index cd3dc18..18d3378 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,6 +69,7 @@ set(mull_SRC ${SRC}/naivemath.F90 ${SRC}/bettermath.F90 ${SRC}/dotmath.F90 + ${SRC}/bettermath2.F90 ${SRC}/main.F90 ) -- cgit v1.2.3