[all-commits] [llvm/llvm-project] 7dd4ce: [libc][stdfix] Fix overflow problem for fixed poin...
lntue via All-commits
all-commits at lists.llvm.org
Tue Apr 30 10:22:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7dd4ce484c8913ced124f2f62ac4c3eaafa9ef5f
https://github.com/llvm/llvm-project/commit/7dd4ce484c8913ced124f2f62ac4c3eaafa9ef5f
Author: lntue <35648136+lntue at users.noreply.github.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M libc/src/__support/fixed_point/sqrt.h
M libc/test/src/stdfix/ISqrtTest.h
M libc/test/src/stdfix/SqrtTest.h
M libc/test/src/stdfix/uksqrtui_test.cpp
Log Message:
-----------
[libc][stdfix] Fix overflow problem for fixed point sqrt when the inputs are close to max. (#90558)
Fixes https://github.com/llvm/llvm-project/issues/89668
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