-
- Downloads
"git@ssh.gitlab.freedesktop.org:vigneshraman/linux.git" did not exist on "2c515444b7f08a380cdaa82d67afcc1276c856de"
build: Add generic compiler builtins support
Wrap compiler builtins into shared functions with proper generic
implementations. __builtin_clz() isn't wrapped for now because its use
by screenshooter is pretty specific. It will be properly wrapped in
the next commit which needs a round up to the next power of 2
function.
Signed-off-by:
Loïc Molinari <loic.molinari@collabora.com>
Showing
- clients/simple-dmabuf-v4l.c 1 addition, 1 deletionclients/simple-dmabuf-v4l.c
- libweston/data-device.c 1 addition, 1 deletionlibweston/data-device.c
- libweston/renderer-gl/gl-renderer.c 1 addition, 1 deletionlibweston/renderer-gl/gl-renderer.c
- libweston/screenshooter.c 7 additions, 0 deletionslibweston/screenshooter.c
- meson.build 11 additions, 0 deletionsmeson.build
- shared/helpers.h 42 additions, 0 deletionsshared/helpers.h
Loading
Please register or sign in to comment