Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1248496

[PATCH v2 0/5] improve sign extension API

From Martin Kepplinger <martink@posteo.de>
Newsgroups linux.kernel
Subject [PATCH v2 0/5] improve sign extension API
Date 2015-10-16 11:10 +0200
Message-ID <qk9bs-1EB-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


PATCH 1 improves the doc of sign_extend32()
It should help to avoid different manual approaches to sign extension

PATCH 2 adds sign_extend64()

PTACH 3-5 are (untested) example users of sign_extend64()

changelog
---------
v2: fix a typo and add examples for sign_extend64()

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/5] improve sign extension API Martin Kepplinger <martink@posteo.de> - 2015-10-16 11:10 +0200
  [PATCH 2/5] bitops.h: add sign_extend64() Martin Kepplinger <martink@posteo.de> - 2015-10-16 11:20 +0200
  [PATCH 4/5] arch: sh: use sign_extend64() for sign extension Martin Kepplinger <martink@posteo.de> - 2015-10-16 11:20 +0200
    Re: [PATCH 4/5] arch: sh: use sign_extend64() for sign extension "George Spelvin" <linux@horizon.com> - 2015-10-16 23:30 +0200
  [PATCH 5/5] arch: x86: use sign_extend64() for sign extension Martin Kepplinger <martink@posteo.de> - 2015-10-16 11:20 +0200
    Re: [PATCH 5/5] arch: x86: use sign_extend64() for sign extension "George Spelvin" <linux@horizon.com> - 2015-10-16 23:40 +0200
  [PATCH 3/5] arch: sh: use sign_extend64() for sign extension Martin Kepplinger <martink@posteo.de> - 2015-10-16 11:20 +0200
  [PATCH 1/5] bitops.h: Improve sign_extend32()'s documentation Martin Kepplinger <martink@posteo.de> - 2015-10-16 11:20 +0200

csiph-web