1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
Commit graph

8 commits

Author SHA1 Message Date
Stefan Lankes
18c563028e add support of omp_get_wtime 2015-09-12 17:10:09 +02:00
Stefan Lankes
64017c10e6 copy omp.h to the directory, which include the system headers 2015-09-12 16:57:42 +02:00
Stefan Lankes
c897a867f0 align gomp_thread to a cache line to avoid false sharing 2015-09-08 09:02:45 +02:00
Stefan Lankes
472bc39ccb store only the pointer to gomp_thread into the TLS
- avoid a bug in the handling of the fs register
2015-09-08 08:55:28 +02:00
Stefan Lankes
9d5783ee8b remove some compiler warnings 2015-09-08 08:54:27 +02:00
Stefan Lankes
ea8e9af586 enable TLS support in libgomp 2015-09-06 10:45:54 +02:00
Stefan Lankes
cf0350a97b remove binary 2015-08-12 23:15:41 +02:00
Stefan Lankes
faef78bdba add libgomp
- derived from the orginal libgomp
- remove ACC support
- remove the support of target devices
2015-08-12 21:00:11 +02:00