spcl / open-earth-compiler

development repository for the open earth compiler
https://arxiv.org/abs/2005.13014
Other
72 stars 14 forks source link

replace stdint-intn by cstdint #31

Closed cosunae closed 4 years ago

cosunae commented 4 years ago

I dont know why but in our system the glibc header stdint-intn.h is not found. But in C++11 one an simply find those types in cstdint? Just in case you want to take this...