mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Add OpenMP support
This commit is contained in:
parent
c1e18e7903
commit
5f8e9f14c1
742 changed files with 94643 additions and 1279 deletions
16
third_party/openmp/README.cosmo
vendored
Normal file
16
third_party/openmp/README.cosmo
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
DESCRIPTION
|
||||
|
||||
libomp - LLVM's Compiler Runtime for Multiprocessing
|
||||
|
||||
ORIGIN
|
||||
|
||||
https://github.com/llvm/llvm-project/
|
||||
commit 70c3e30e01bd123e87824e36b6e38a39451ac28d
|
||||
date Mon Jan 29 09:54:34 2024 +0800
|
||||
|
||||
LOCAL CHANGES
|
||||
|
||||
- Use Cosmo's gettid() function
|
||||
- Ran third_party/openmp/generate.sh
|
||||
- Removed usage of syscall() function
|
||||
- Turned off quad floating point support (why does openmp have it?)
|
Loading…
Add table
Add a link
Reference in a new issue