Skip to content
Snippets Groups Projects
Commit dfce5c8f authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Remove test that is bugged in Clang

parent 3303d675
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ __exec_suffix = {__static.BASETYPE}_{__static.N}x{__static.M} ...@@ -6,6 +6,9 @@ __exec_suffix = {__static.BASETYPE}_{__static.N}x{__static.M}
{__static.N} == 2 and {shorttype} == f | exclude {__static.N} == 2 and {shorttype} == f | exclude
{__static.N} == 16 and {shorttype} == d | exclude {__static.N} == 16 and {shorttype} == d | exclude
# This transpose is bugged in clang - urgh!
( $\{CMAKE_CXX_COMPILER_ID\} STREQUAL Clang ) AND ( {__static.N} STREQUAL 16 ) | cmake_guard
# These transposes are not yet implemented # These transposes are not yet implemented
{__static.M} == 16 | exclude {__static.M} == 16 | exclude
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment