Tobias Burnus writes:
> Alex wrote:
>> Tested on x86_64-pc-linux-gnu, this is only a library addition (and a
>> few tests) so it shouldn't cause any major impacts. I also tested
>> libgomp C to ensure the conditional compile was working.
>
> Namely, the change is only to omp.h(.in) - effective f
Alex wrote:
Tested on x86_64-pc-linux-gnu, this is only a library addition (and a
few tests) so it shouldn't cause any major impacts. I also tested
libgomp C to ensure the conditional compile was working.
Namely, the change is only to omp.h(.in) - effective for
__cplusplus >= 201103L.
Note th
ffl3x
Date: Tue, 15 Apr 2025 04:12:55 -0600
Subject: [PATCH] OpenMP: omp.h omp::allocator C++ Allocator interface
The implementation of each allocator is simplified by inheriting from
__detail::__allocator_templ. At the moment, none of the implementations
diverge in any way, simply passing i