diff options
author | Juan Linietsky <juan@godotengine.org> | 2017-12-24 09:31:17 -0300 |
---|---|---|
committer | Juan Linietsky <juan@godotengine.org> | 2017-12-24 09:32:12 -0300 |
commit | 021f3c924be29cafe9d8d50bf00ecc6f13675e87 (patch) | |
tree | 4623e6fa3be55751386d56792f7cc26dab210e27 /core/os/threaded_array_processor.cpp | |
parent | 83182ea4a1e6d5c34dd137fdbd7ef9b2c5f33231 (diff) | |
download | redot-engine-021f3c924be29cafe9d8d50bf00ecc6f13675e87.tar.gz |
-Removed OpenMP support, replaced by a custom class.
-Disabled Opus, implementation is wrong.
Diffstat (limited to 'core/os/threaded_array_processor.cpp')
-rw-r--r-- | core/os/threaded_array_processor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/os/threaded_array_processor.cpp b/core/os/threaded_array_processor.cpp new file mode 100644 index 0000000000..8e92508ea5 --- /dev/null +++ b/core/os/threaded_array_processor.cpp @@ -0,0 +1,2 @@ +#include "threaded_array_processor.h" + |