]> sourceware.org Git - newlib-cygwin.git/commit
pru: libm: Fix incorrect function name
authorDimitar Dimitrov <dimitar@dinux.eu>
Mon, 4 Dec 2023 15:42:42 +0000 (17:42 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 4 Dec 2023 16:01:05 +0000 (17:01 +0100)
commit14d786873c7db25d37b74d8c47ad8f3cbbe1883b
treebaddd0da43a1376ead521b9b63a572cddd74213b
parent04798b7bb69571452d2cfc7e0b052a9bbd3b619d
pru: libm: Fix incorrect function name

Upstream GCC changed -Wimplicit-function-declaration warning into an
error. The build break about missing fpclassifyf function prototype
exposed a bug in the PRU port of libm.

The fix is to use the fpclassify macro for both double and float types.

Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
newlib/libm/machine/pru/fpclassifyf.c
This page took 0.029417 seconds and 5 git commands to generate.