Avoid creating a nested parallel OMP region in mpzspv.c:mpzspv_from_mpzv()
Nested parallel regions incur large overhead by issuing a huge number of futex syscalls. Fixes #21873 (closed)
Exceptional GitLab maintenance is scheduled for June 24, 2025. The service will be unavailable between 8:00 am and 9:30 am. Please do not work on the platform until an announcement indicates that maintenance is complete.
Nested parallel regions incur large overhead by issuing a huge number of futex syscalls. Fixes #21873 (closed)