mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 06:50:07 +00:00
Don't use NULL in last s_fma{,f} change
This commit is contained in:
parent
ed72b6545f
commit
1a97a8c78f
@ -45,7 +45,7 @@ __fma_fma4 (double x, double y, double z)
|
||||
# else
|
||||
# undef HAS_FMA4
|
||||
# define HAS_FMA4 0
|
||||
# define __fma_fma4 NULL
|
||||
# define __fma_fma4 ((void *) 0)
|
||||
# endif
|
||||
|
||||
|
||||
|
@ -44,7 +44,7 @@ __fmaf_fma4 (float x, float y, float z)
|
||||
# else
|
||||
# undef HAS_FMA4
|
||||
# define HAS_FMA4 0
|
||||
# define __fmaf_fma4 NULL
|
||||
# define __fmaf_fma4 ((void *) 0)
|
||||
# endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user