qasm/util.cpp

12 lines
104 B
C++

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