Embedded Systems
para_c.asc
Associated article: Parallel C Extensions
Tags: C/C++ Embedded Systems
_PARALLEL C EXTENSIONS_ by Barr E. Bauer [LISTING ONE] /* Loop parallelism sum reduction critical block within loop nest * B. E. Bauer 1992 -- compiled using the following on the IRIS: * parallel: cc -O2 -o example1p -mp example1.c * serial: cc ...


