(wrong string) ée

From: <git_AT_suckless.org>
Date: Fri, 10 Jun 2016 13:36:32 +0200 (CEST)

commit 6b97020bdbdc5eb08aaa638d0649013ce9c65188
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Fri Jun 10 13:35:41 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Fri Jun 10 13:35:41 2016 +0200

    Add a comment about storing the carry flag
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/src/zadd.c b/src/zadd.c
index 56c901b..179a159 100644
--- a/src/zadd.c
+++ b/src/zadd.c
_AT_@ -25,6 +25,11 @@
         "\n jc 1f" \
         "\n movq $0, %[x]" \
         "\n 1:"
+/*
+ * I have already tried setc, cmovnc, cmovc, and adc,
+ * instead of the last four lines. There does not seem
+ * to be any better why to store the carry flag.
+ */
 
 # define ASM_ADD(N) \
         do { \
Received on Fri Jun 10 2016 - 13:36:32 CEST

This archive was generated by hypermail 2.3.0 : Fri Jun 10 2016 - 13:48:14 CEST