mailing list of musl libc
 help / color / mirror / code / Atom feed
e4c4c8688c508fbeda273055585ab06637905711 blob 526 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
26
27
 
#include <float.h>

#define fp_barrierf fp_barrierf
static inline float_t fp_barrierf(float_t x)
{
	__asm__ __volatile__ ("" : "+w"(x));
	return x;
}

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

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

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

solving e4c4c868 ...
found e4c4c868 in https://inbox.vuxu.org/musl/20190427221334.GK26605@port70.net/
found f3d445b9 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 f3d445b95809ec561efb79fce71a25de622e4277	arch/aarch64/fp_arch.h

applying [1/1] https://inbox.vuxu.org/musl/20190427221334.GK26605@port70.net/
diff --git a/arch/aarch64/fp_arch.h b/arch/aarch64/fp_arch.h
index f3d445b9..e4c4c868 100644

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

index at:
100644 e4c4c8688c508fbeda273055585ab06637905711	arch/aarch64/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).