History log of /llvm-project/libc/include/llvm-libc-macros/math-function-macros.h (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2
# 4e33afee 09-Oct-2024 Shourya Goel <shouryagoel10000@gmail.com>

[libc][math] Implement `issignaling` and `iscanonical` macro. (#111403)

#109201


Revision tags: llvmorg-19.1.1
# b935d312 25-Sep-2024 Shourya Goel <shouryagoel10000@gmail.com>

[libc][math] Reapply and fix issignaling macro. (#110011)

reapply #109615


# 808c498f 25-Sep-2024 lntue <lntue@google.com>

Revert "[libc][math] Implement issignaling macro." (#109992)

Reverts llvm/llvm-project#109615


# ac802a31 25-Sep-2024 Shourya Goel <shouryagoel10000@gmail.com>

[libc][math] Implement issignaling macro. (#109615)

#109201


# ba5e1958 23-Sep-2024 Shourya Goel <shouryagoel10000@gmail.com>

[libc][math] Implement issubnormal macro. (#109572)

#109201


# aaa637d8 22-Sep-2024 Shourya Goel <shouryagoel10000@gmail.com>

[libc][math] Implement isnormal macro. (#109547)

#109201


# 56124fee 21-Sep-2024 Shourya Goel <shouryagoel10000@gmail.com>

[libc][math] Implement fpclassify macro. (#109519)

#109201


# 739ede40 20-Sep-2024 Shourya Goel <shouryagoel10000@gmail.com>

[libc][[math] Implement IsZero Macro (#109336)

#109201


Revision tags: llvmorg-19.1.0, llvmorg-19.1.0-rc4, llvmorg-19.1.0-rc3, llvmorg-19.1.0-rc2, llvmorg-19.1.0-rc1, llvmorg-20-init
# 3604c23d 14-Jul-2024 Akiel <56521583+akielaries@users.noreply.github.com>

[libc][math] implement `signbit` and math macro unit tests (#97791)

This PR resolves #96322 and implements the `signbit` macro under a new
header `generic-math-macros.h`. This also removed the `TOD

[libc][math] implement `signbit` and math macro unit tests (#97791)

This PR resolves #96322 and implements the `signbit` macro under a new
header `generic-math-macros.h`. This also removed the `TODO` in
`math-macros.h` and moves `isfinite`, `isinf`, and `isnan` to the same
generic maths header. Finally, a test file
`generic-math-macros_test.cpp` that adds coverage to the above 4 macros.

Fixes #96322.

show more ...


# b6e41c15 10-Jul-2024 Petr Hosek <phosek@google.com>

[libc] Provide isnan, isnanf and isnanl functions (#96008)

While C99 defines type generic isnan macro, BSD provided isnan, isnanf
and isnanl in prior C standards and existing code still relies on t

[libc] Provide isnan, isnanf and isnanl functions (#96008)

While C99 defines type generic isnan macro, BSD provided isnan, isnanf
and isnanl in prior C standards and existing code still relies on these.

show more ...