Commit cda11a72 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents fb17dc88 98baa2fa
...@@ -425,7 +425,8 @@ Bugs fixed ...@@ -425,7 +425,8 @@ Bugs fixed
C-API functions with an error held. C-API functions with an error held.
* Memory view slicing generated unused error handling code which could negatively * Memory view slicing generated unused error handling code which could negatively
impact the C compiler optimisations for parallel OpenMP code etc. impact the C compiler optimisations for parallel OpenMP code etc. Also, it is
now helped by static branch hints.
(Github issue #2987) (Github issue #2987)
* Cython's built-in OpenMP functions were not translated inside of call arguments. * Cython's built-in OpenMP functions were not translated inside of call arguments.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment