Initial import
This commit is contained in:
6
libc/math/__math_xflowf.c
Normal file
6
libc/math/__math_xflowf.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "libc/math/libm.h"
|
||||
|
||||
float __math_xflowf(uint32_t sign, float y)
|
||||
{
|
||||
return eval_as_float(fp_barrierf(sign ? -y : y) * y);
|
||||
}
|
||||
Reference in New Issue
Block a user