76
76
#define doublestore(T,V) do { *((long *) T) = ((doubleget_union *)&V)->m[0]; \
77
77
*(((long *) T)+1) = ((doubleget_union *)&V)->m[1]; \
80
79
#define float8get(V,M) doubleget((V),(M))
81
80
#define floatstore(T,V) memcpy((T), (&V), sizeof(float))
82
81
#define float8store(V,M) doublestore((V),(M))