blob: 8acf75801924ccf47d298b5f5958e0d48d09a7ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
From 29e20bd1222cb69dcc6827e899ce7181090052dc Mon Sep 17 00:00:00 2001
From: Florian Weimer <fweimer@redhat.com>
Date: Thu, 25 Apr 2024 12:56:48 +0200
Subject: [PATCH 19/26] i386: ulp update for SSE2 --disable-multi-arch
configurations
(cherry picked from commit 3a3a4497421422aa854c855cbe5110ca7d598ffc)
---
sysdeps/i386/fpu/libm-test-ulps | 1 +
1 file changed, 1 insertion(+)
diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps
index 84e6686eba..f2139fc172 100644
--- a/sysdeps/i386/fpu/libm-test-ulps
+++ b/sysdeps/i386/fpu/libm-test-ulps
@@ -1232,6 +1232,7 @@ ldouble: 6
Function: "hypot":
double: 1
+float: 1
float128: 1
ldouble: 1
--
2.33.0
|