Re: [PATCH gnumach v3 2/3] add tests for FLOAT/XFLOAT state

2024-11-04 Thread Samuel Thibault
Hello, Luca Dariz, le lun. 04 nov. 2024 09:19:44 +0100, a ecrit: > Il 30/10/24 14:58, Samuel Thibault ha scritto: > > Hello, > > > > Just to make sure: are you working on making glibc use it for signal > > context management? > > I started to have a look at it, but I didn't progress much yet. >

Re: [PATCH gnumach v3 2/3] add tests for FLOAT/XFLOAT state

2024-11-04 Thread Luca Dariz
Hi, Il 30/10/24 14:58, Samuel Thibault ha scritto: Hello, Just to make sure: are you working on making glibc use it for signal context management? I started to have a look at it, but I didn't progress much yet. On this topic, would it be good enough to work on top of the upstream master bra

Re: [PATCH gnumach v3 2/3] add tests for FLOAT/XFLOAT state

2024-10-30 Thread Samuel Thibault
Hello, Just to make sure: are you working on making glibc use it for signal context management? Samuel Samuel Thibault, le dim. 08 sept. 2024 01:08:06 +0200, a ecrit: > Applied, thanks!

Re: [PATCH gnumach v3 2/3] add tests for FLOAT/XFLOAT state

2024-09-07 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le mer. 04 sept. 2024 22:18:05 +0200, a ecrit: > --- > tests/include/testlib.h | 1 + > tests/test-thread-state-fp.c | 240 +++ > tests/testlib.c | 16 +++ > tests/user-qemu.mk | 3 +- > 4 files changed,

[PATCH gnumach v3 2/3] add tests for FLOAT/XFLOAT state

2024-09-04 Thread Luca Dariz
--- tests/include/testlib.h | 1 + tests/test-thread-state-fp.c | 240 +++ tests/testlib.c | 16 +++ tests/user-qemu.mk | 3 +- 4 files changed, 259 insertions(+), 1 deletion(-) create mode 100644 tests/test-thread-state-fp.c diff