文件最后提交记录最后更新时间
acos: Use unary_decl instead of custom inc file8 年前
acosh: Use unary_decl instead of custom inc file8 年前
acospi: Use unary_decl instead of custom inc file8 年前
asin: Use unary_decl instead of custom inc file8 年前
asinh: Use unary_dec instead of custom inc file8 年前
asinpi: Use unary_decl instead of custom inc file8 年前
atan: Use unary_decl instead of custom inc file8 年前
atan2: Use binary_decl_tt.inc instead of custom inc file.7 年前
atan2pi: Use binary_decl_tt.inc instead of custom inc file.7 年前
atanh: Use unary_decl instead of custom inc file8 年前
atanpi: Use unary_decl instead of custom inc file8 年前
math/binary_decl.inc: Do not declare mixed float/double functions8 年前
native_divide: provide function implementation instead of macro8 年前
cbrt: Use unary_decl instead of custom inc file8 年前
ceil: Remove llvm intrinsic from the header.7 年前
copysign: Use binary_decl_tt.inc instead of custom inc file.7 年前
cos: Use unary_decl instead of custom inc file8 年前
cosh: Use unary_decl instead of custom inc file8 年前
cospi: Use unary_decl instead of custom inc file8 年前
math: Add erf ported from amd-builtins9 年前
math: Implement erfc11 年前
Implementations for exp(float) and exp(double) v211 年前
Add exp1011 年前
exp2: Use unary_decl instead of custom inc file8 年前
math: Add expm1 builtin function9 年前
fabs: Remove llvm intrinsic from the header.7 年前
fdim: Use binary_decl_tt.inc instead of custom inc file.7 年前
floor: Remove llvm isntrinsic from the header.7 年前
math/fma: Add fp32 software implementation7 年前
Implement fmax using __builtin_fmax11 年前
Implement fmin using __builtin_fmin11 年前
fmod: Port from amd_builtins8 年前
Implement fract builtin10 年前
Implement fract builtin10 年前
math: Add frexp ported from amd-builtins10 年前
math: Add frexp ported from amd-builtins10 年前
Add initial support for half precision builtins7 年前
half_cos: Implement using cos8 年前
half_divide: Implement using x/y8 年前
half_exp: Implement using exp8 年前
half_exp10: Implement using exp108 年前
half_exp2: Implement using exp28 年前
half_log: Implement using log8 年前
half_log10: Implement using log108 年前
half_log2: Implement using log28 年前
half_powr: Implement using powr8 年前
half_recip: Implement using 1/x8 年前
half_rsqrt: Cleanup implementation8 年前
half_sin: Implement using sin8 年前
half_sqrt: Cleanup implementation8 年前
half_tan: Implement using tan8 年前
hypot: Use binary_decl_tt.inc instead of custom inc file7 年前
math: Add ilogb ported from amd-builtins10 年前
math: Add ilogb ported from amd-builtins10 年前
Implement ldexp for R600/SI10 年前
Implement ldexp for R600/SI10 年前
lgamma: Use unary_decl instead of custom inc file8 年前
math: Implement lgamma_r9 年前
math: Implement lgamma_r9 年前
log: Use unary_decl instead of custom inc file8 年前
Implement log1011 年前
log1p: Use unary_decl instead of custom inc file8 年前
log2: Use unary_decl instead of custom inc file8 年前
logb: Use unary_decl instead of custom inc file8 年前
mad: Convert to standard ternary header7 年前
math: Implement maxmag8 年前
math: Implement minmag8 年前
Implement modf math builtin10 年前
Implement modf math builtin10 年前
nan: Implement8 年前
Add initial support for half precision builtins7 年前
native_cos: Switch implementation to llvm intrinsic8 年前
native_divide: provide function implementation instead of macro8 年前
native_exp: Switch implementation to llvm intrinsic8 年前
native_exp10: Switch implementation to llvm intrinsic8 年前
native_exp2: Switch implementation to llvm intrinsic8 年前
native_log: Use unary_decl instead of custom inc file8 年前
native_log10: Use unary_decl instead of custom inc file8 年前
native_log2: Use unary_decl instead of custom inc file8 年前
native_powr: Switch implementation to native_exp2 and native_log28 年前
native_recip: provide function implementation instead of macro8 年前
native_rsqrt: Switch implementation to 1 / native_sqrt8 年前
native_sin: Switch implementation to llvm intrinsic8 年前
native_sqrt: Switch implementation to llvm intrinsic8 年前
native_tan: Switch implementation to use native_sin/native_cos8 年前
nextafter: Use binary_decl_tt.inc instead of custom inc file.7 年前
pow: Port from amd_builtins8 年前
pown: Port from amd_builtins8 年前
pown: Port from amd_builtins8 年前
powr: Port from amd_builtins8 年前
remainder: Port from amd builtins8 年前
remquo: Port from amd builtins7 年前
remquo: Port from amd builtins7 年前
rint: Remove llvm intrinsic from the header.7 年前
rootn: Port from amd_builtins8 年前
rootn: Port from amd_builtins8 年前
round: Remove llvm intrinsic from the header7 年前
libclc: Move rsqrt implementation to a .cl file6 年前
sin: Use unary_decl instead of custom inc file8 年前
Add sincos12 年前