Alan Coopersmith caa71668af Use __builtin_popcountl if available to replace Ones() in GetImage.c
If the compiler knows of a better algorithm for counting the number of
bits set in a word for the target CPU, let it use that, instead of the
classic algorithm optimized for PDP-6.

Based on libXext commit 490a25e6f8a4d2482af4364c700b68ad11a4d10b

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2020-09-28 16:16:07 -07:00
2020-07-22 15:19:58 -07:00
2020-07-22 15:19:58 -07:00
2012-06-01 23:37:09 -07:00
2017-01-26 13:52:49 +10:00
2014-05-23 17:27:10 -07:00
2018-11-19 21:26:23 -08:00
2020-07-22 15:19:58 -07:00

libX11 - Core X11 protocol client library

Documentation for this library can be found in the included man pages, and in the Xlib spec from the specs subdirectory, also available at:

https://www.x.org/releases/current/doc/libX11/libX11/libX11.html https://www.x.org/releases/current/doc/libX11/libX11/libX11.pdf

and the O'Reilly Xlib books, which they have made freely available online, though only for older versions of X11:

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.x.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/lib/libX11

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches

Description
Xlib/libX11 mirror
Readme 16 MiB
Languages
C 98.7%
Makefile 0.6%
M4 0.4%
Perl 0.3%