[PATCH] Support OpenMP for task parallelism on Android-ICS/GCC-4.6.3

2012-12-26 Thread Geunsik Lim
From: Geunsik Lim The patch supports OpenMP library to parallelize the existing C/C++ code rapidly/easily without any modification of android platform on multicore embedded devices. The original patch is made by Keith Obenschain (using GCC 4.4.3). . Archive - https://android

[PATCH] Support OpenMP for task parallelism on Android-ICS/GCC-4.7.2

2012-12-26 Thread Geunsik Lim
From: Geunsik Lim The patch supports OpenMP library to parallelize the existing C/C++ code (e.g: for task parallelism) rapidly/easily without any modification of android platform on multicore embedded devices. The original patch is made by Keith Obenschain (using GCC 4.4.3). . Archive - https