Logo
Explore Help
Sign In
devtools/eigen
1
0
Fork 0
You've already forked eigen
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-04-10 11:34:33 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
41d5d5334b8a4e364dfd88dcd91f6cd38834b8ed
eigen/bench/btl/libs/mtl4/CMakeLists.txt

7 lines
123 B
CMake
Raw Normal View History

resurrected tvmet, added mt4, intel's MKL and handcoded vectorized backends in the benchmark suite
2008-07-10 18:28:50 +00:00
find_package(MTL4)
if (MTL4_FOUND)
include_directories(${MTL4_INCLUDE_DIR})
btl_add_bench(btl_mtl4 main.cpp)
STYLE: Remove CMake-language block-end command arguments Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style.
2019-10-31 11:36:27 -05:00
endif ()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 79ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API