[all-commits] [llvm/llvm-project] 4720f9: libclc: Use nextup and nextdown in place of nextafter
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Mar 23 15:05:31 PDT 2026
Branch: refs/heads/users/arsenm/libclc/use-nextup-nextdown-over-nextafter
Home: https://github.com/llvm/llvm-project
Commit: 4720f9c65345f1ddf4ebae6e8535c0a36784faad
https://github.com/llvm/llvm-project/commit/4720f9c65345f1ddf4ebae6e8535c0a36784faad
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-03-23 (Mon, 23 Mar 2026)
Changed paths:
M libclc/clc/lib/generic/conversion/clc_convert_float.inc
M libclc/clc/lib/generic/conversion/clc_convert_float2float.cl
M libclc/clc/lib/generic/conversion/clc_convert_int2float.cl
Log Message:
-----------
libclc: Use nextup and nextdown in place of nextafter
Unfortunately it seems the optimizer isn't able to clean this
up, so this is a code quality improvement.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list