mailing list of musl libc
 help / color / mirror / code / Atom feed
ff9b831183569e9b9a5f0d6678e013888bc56404 blob 498 bytes (raw)

 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
 
#define fp_barrierf fp_barrierf
static inline float fp_barrierf(float x)
{
	__asm__ __volatile__ ("" : "+x"(x));
	return x;
}

#define fp_barrier fp_barrier
static inline double fp_barrier(double x)
{
	__asm__ __volatile__ ("" : "+x"(x));
	return x;
}

#define fp_force_evalf fp_force_evalf
static inline void fp_force_evalf(float x)
{
	__asm__ __volatile__ ("" : "+x"(x));
}

#define fp_force_eval fp_force_eval
static inline void fp_force_eval(double x)
{
	__asm__ __volatile__ ("" : "+x"(x));
}
debug log:

solving ff9b8311 ...
found ff9b8311 in https://inbox.vuxu.org/musl/20190424235106.GH26605@port70.net/

applying [1/1] https://inbox.vuxu.org/musl/20190424235106.GH26605@port70.net/
diff --git a/arch/x32/fp_arch.h b/arch/x32/fp_arch.h
new file mode 100644
index 00000000..ff9b8311

Checking patch arch/x32/fp_arch.h...
Applied patch arch/x32/fp_arch.h cleanly.

index at:
100644 ff9b831183569e9b9a5f0d6678e013888bc56404	arch/x32/fp_arch.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).