# File lib/beefcake/buffer/encode.rb, line 76
    def append_sfixed64(n)
      append_fixed64((n << 1) ^ (n >> 63))
    end