We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6affd2f commit 079476dCopy full SHA for 079476d
filter.c
@@ -53,8 +53,8 @@ static int filter_ninit = 0;
53
# define __FUNCTION__ __func__
54
#endif
55
56
-static uint64_t bcf_double_missing = 0x7ff0000000000001;
57
-static uint64_t bcf_double_vector_end = 0x7ff0000000000002;
+static const uint64_t bcf_double_missing = 0x7ff0000000000001;
+static const uint64_t bcf_double_vector_end = 0x7ff0000000000002;
58
static inline void bcf_double_set(double *ptr, uint64_t value)
59
{
60
union { uint64_t i; double d; } u;
plugins/fill-from-fasta.mk
plugins/setGT.mk
0 commit comments