Daniel Pekarek

Results 4 comments of Daniel Pekarek

AFAIK Sulong does not support threads at the moment. If fork/join/… using pthreads worked in the past, that worked just by chance (like a few other things in Sulong, including...

There are two problems when building Sulong on ARM64: - the bitcode files (and reference executables) of test cases are built using the host's toolchain and some of them use...

There is no problem with closing stdout/stderr. You can do the same with Java, with exactly the same effect: ```java public class CloseStderr { public static void main(String[] args) throws...

MXCSR contains flags which control SSE floating point operations, and it also contains exception flags which allow the program to check if certain exceptions occured. SSE is not implemented at...