textproc/krep: Disable all SIMD hacks/detections in favor of CPUTYPE
All SIMD "hacks/detection" should be disabled as we have CPUTYPE and
the current approach is also broken as host might not share the same
CPU features as target.
Reported by: diizzy@ (via e-mail)
Approved by: db@, yuri@ (Mentors, implicit)
textproc/krep: Disable all SIMD hacks/detections in favor of CPUTYPE
All SIMD "hacks/detection" should be disabled as we have CPUTYPE and
the current approach is also broken as host might not share the same
CPU features as target.
Reported by: diizzy@ (via e-mail)
Approved by: db@, yuri@ (Mentors, implicit)
graphics/egl-wayland: Update to 1.1.21
Updating to 1.1.21 with addition of missing LIB_DEPENDS,
which is a LIB_DEPENDS of only consumer of this port
(x11/nvidia-driver*).
Because of the above, this didn't cause any actual issues unless
installing this port alone with some reason.
https://github.com/NVIDIA/egl-wayland/releases/tag/1.1.21
PR: 288715, 290128
Approved by: ashafer (version bump)
Differential Revision: https://reviews.freebsd.org/D55397
graphics/egl-wayland: Update to 1.1.21
Updating to 1.1.21 with addition of missing LIB_DEPENDS,
which is a LIB_DEPENDS of only consumer of this port
(x11/nvidia-driver*).
Because of the above, this didn't cause any actual issues unless
installing this port alone with some reason.
https://github.com/NVIDIA/egl-wayland/releases/tag/1.1.21
PR: 288715, 290128
Approved by: ashafer (version bump)
Differential Revision: https://reviews.freebsd.org/D55397
[Clang][AMDGPU][Docs] Add builtin documentation for AMDGPU builtins
Use the documentation generation infrastructure to document the AMDGPU builtins.
This PR starts with the ABI / Special Register builtins. Documentation for the
remaining builtin categories will be added incrementally in follow-up patches.