CheckKMA.cpp (ntl-11.5.0) | : | CheckKMA.cpp (ntl-11.5.1) | ||
---|---|---|---|---|
#include <NTL/ctools.h> | #include <NTL/ctools.h> | |||
#include <NTL/linux_s390x.h> | ||||
#include <cstdlib> | #include <cstdlib> | |||
#include <iostream> | #include <iostream> | |||
#include "linux_s390x.h" | ||||
using namespace std; | using namespace std; | |||
#if !defined(LINUX_S390X) | #if !defined(LINUX_S390X) | |||
#error "KMA not supported" | #error "KMA not supported" | |||
#endif | #endif | |||
int main() | int main() | |||
{ | { | |||
#if defined(AT_HWCAP) && defined(HWCAP_S390_STFLE) | #if defined(AT_HWCAP) && defined(HWCAP_S390_STFLE) | |||
unsigned long hwcap, facility_list_nmemb; | unsigned long hwcap, facility_list_nmemb; | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 1 lines changed or added |