qasm/util.cpp

13 lines
105 B
C++

#include <util.h>
bool isMerlin32(void)
{
return(false);
}
bool isMerlin816(void)
{
return(true);
}