Re: [PATCH] gcov: Split atomic bitwise-or for some targets

2025-09-11 Thread Sebastian Huber
- Am 10. Jul 2025 um 7:53 schrieb Sebastian Huber sebastian.hu...@embedded-brains.de: > There are targets, which only offer 32-bit atomic operations (for > example 32-bit RISC-V). For these targets, split the 64-bit atomic > bitwise-or operation into two parts. Could someone please have a l

Re: [PATCH] gcov: Split atomic bitwise-or for some targets

2025-08-21 Thread Sebastian Huber
- Am 15. Aug 2025 um 2:33 schrieb Sebastian Huber sebastian.hu...@embedded-brains.de: > - Am 15. Aug 2025 um 0:02 schrieb Jeff Law jeffreya...@gmail.com: > >> On 8/13/25 9:00 PM, Sebastian Huber wrote: >>> Hello Jeff, >>> >>> thanks for your comment. >>> >>> - Am 10. Jul 2025 um 16

Re: [PATCH] gcov: Split atomic bitwise-or for some targets

2025-08-14 Thread Sebastian Huber
- Am 15. Aug 2025 um 0:02 schrieb Jeff Law jeffreya...@gmail.com: > On 8/13/25 9:00 PM, Sebastian Huber wrote: >> Hello Jeff, >> >> thanks for your comment. >> >> - Am 10. Jul 2025 um 16:01 schrieb Jeff Law jeffreya...@gmail.com: >> >>> On 7/9/25 11:53 PM, Sebastian Huber wrote: Th

Re: [PATCH] gcov: Split atomic bitwise-or for some targets

2025-08-14 Thread Jeff Law
On 8/13/25 9:00 PM, Sebastian Huber wrote: Hello Jeff, thanks for your comment. - Am 10. Jul 2025 um 16:01 schrieb Jeff Law jeffreya...@gmail.com: On 7/9/25 11:53 PM, Sebastian Huber wrote: There are targets, which only offer 32-bit atomic operations (for example 32-bit RISC-V). For

Re: [PATCH] gcov: Split atomic bitwise-or for some targets

2025-08-13 Thread Sebastian Huber
Hello Jeff, thanks for your comment. - Am 10. Jul 2025 um 16:01 schrieb Jeff Law jeffreya...@gmail.com: > On 7/9/25 11:53 PM, Sebastian Huber wrote: >> There are targets, which only offer 32-bit atomic operations (for >> example 32-bit RISC-V). For these targets, split the 64-bit atomic >>

Re: [PATCH] gcov: Split atomic bitwise-or for some targets

2025-07-10 Thread Jeff Law
On 7/9/25 11:53 PM, Sebastian Huber wrote: There are targets, which only offer 32-bit atomic operations (for example 32-bit RISC-V). For these targets, split the 64-bit atomic bitwise-or operation into two parts. For this test case int a(int i); int b(int i); int f(int i) { if (i) {