Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2-libc
  Commit: 1ff58f17ffd1210bfdb8a1c01b99941420517fb2
      
https://github.com/tianocore/edk2-libc/commit/1ff58f17ffd1210bfdb8a1c01b99941420517fb2
  Author: Kloper Dimitry <[email protected]>
  Date:   2023-10-27 (Fri, 27 Oct 2023)

  Changed paths:
    M StdLib/LibC/LibC.inf
    A StdLib/LibC/Main/nanf_ieee754.c

  Log Message:
  -----------
  ek2-libc: fix missing nanf definition in StdLib

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4576

File StdLib/Include/math.h:406 defines NAN constant as __nanf.__val.
The problem is that __nanf is never defined.
Fix is simple: define __nanf in similar way as __infinityf

This fix has been provided through the below PR on edk2-libc repo
https://github.com/tianocore/edk2-libc/pull/9.

Cc: Rebecca Cran <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Jayaprakash N <[email protected]>
Signed-off-by: Kloper Dimitry <[email protected]>
Reviewed-by: Jayaprakash Nevara <[email protected]>




_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to