[libc-commits] [libc] [libc][math][c23] Add dadd{l, f128} and ddiv{l, f128} C23 math functions (PR #100456)

via libc-commits libc-commits at lists.llvm.org
Tue Jul 30 14:12:19 PDT 2024


aaryanshukla wrote:

X86-64

On Tue, Jul 30, 2024 at 1:54 PM OverMighty ***@***.***> wrote:

> ***@***.**** commented on this pull request.
> ------------------------------
>
> In libc/test/src/math/ddivl_test.cpp
> <https://github.com/llvm/llvm-project/pull/100456#discussion_r1697577106>:
>
> > @@ -0,0 +1,13 @@
> +//===-- Unittests for ddivl -----------------------------------------------===//
> +//
> +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
> +// See https://llvm.org/LICENSE.txt for license information.
> +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
> +//
> +//===----------------------------------------------------------------------===//
> +
> +#include "DivTest.h"
> +
> +#include "src/math/ddivl.h"
> +
> +LIST_ADD_TESTS(double, long double, LIBC_NAMESPACE::ddivl)
>
> Are you on an x86-64 or AArch64 machine?
>
>> Reply to this email directly, view it on GitHub
> <https://github.com/llvm/llvm-project/pull/100456#discussion_r1697577106>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AMZZRVB6YSJ553ZDBYKTATTZO74RHAVCNFSM6AAAAABLNFLFZ6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDEMBYGY3TKMRZHE>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>


https://github.com/llvm/llvm-project/pull/100456


More information about the libc-commits mailing list