| acos: Use unary_decl instead of custom inc file | 8 年前 |
| acosh: Use unary_decl instead of custom inc file | 8 年前 |
| acospi: Use unary_decl instead of custom inc file | 8 年前 |
| asin: Use unary_decl instead of custom inc file | 8 年前 |
| asinh: Use unary_dec instead of custom inc file | 8 年前 |
| asinpi: Use unary_decl instead of custom inc file | 8 年前 |
| atan: Use unary_decl instead of custom inc file | 8 年前 |
| 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 file | 8 年前 |
| atanpi: Use unary_decl instead of custom inc file | 8 年前 |
| math/binary_decl.inc: Do not declare mixed float/double functions | 8 年前 |
| native_divide: provide function implementation instead of macro | 8 年前 |
| cbrt: Use unary_decl instead of custom inc file | 8 年前 |
| 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 file | 8 年前 |
| cosh: Use unary_decl instead of custom inc file | 8 年前 |
| cospi: Use unary_decl instead of custom inc file | 8 年前 |
| math: Add erf ported from amd-builtins | 9 年前 |
| math: Implement erfc | 11 年前 |
| Implementations for exp(float) and exp(double) v2 | 11 年前 |
| Add exp10 | 11 年前 |
| exp2: Use unary_decl instead of custom inc file | 8 年前 |
| math: Add expm1 builtin function | 9 年前 |
| 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 implementation | 7 年前 |
| Implement fmax using __builtin_fmax | 11 年前 |
| Implement fmin using __builtin_fmin | 11 年前 |
| fmod: Port from amd_builtins | 8 年前 |
| Implement fract builtin | 10 年前 |
| Implement fract builtin | 10 年前 |
| math: Add frexp ported from amd-builtins | 10 年前 |
| math: Add frexp ported from amd-builtins | 10 年前 |
| Add initial support for half precision builtins | 7 年前 |
| half_cos: Implement using cos | 8 年前 |
| half_divide: Implement using x/y | 8 年前 |
| half_exp: Implement using exp | 8 年前 |
| half_exp10: Implement using exp10 | 8 年前 |
| half_exp2: Implement using exp2 | 8 年前 |
| half_log: Implement using log | 8 年前 |
| half_log10: Implement using log10 | 8 年前 |
| half_log2: Implement using log2 | 8 年前 |
| half_powr: Implement using powr | 8 年前 |
| half_recip: Implement using 1/x | 8 年前 |
| half_rsqrt: Cleanup implementation | 8 年前 |
| half_sin: Implement using sin | 8 年前 |
| half_sqrt: Cleanup implementation | 8 年前 |
| half_tan: Implement using tan | 8 年前 |
| hypot: Use binary_decl_tt.inc instead of custom inc file | 7 年前 |
| math: Add ilogb ported from amd-builtins | 10 年前 |
| math: Add ilogb ported from amd-builtins | 10 年前 |
| Implement ldexp for R600/SI | 10 年前 |
| Implement ldexp for R600/SI | 10 年前 |
| lgamma: Use unary_decl instead of custom inc file | 8 年前 |
| math: Implement lgamma_r | 9 年前 |
| math: Implement lgamma_r | 9 年前 |
| log: Use unary_decl instead of custom inc file | 8 年前 |
| Implement log10 | 11 年前 |
| log1p: Use unary_decl instead of custom inc file | 8 年前 |
| log2: Use unary_decl instead of custom inc file | 8 年前 |
| logb: Use unary_decl instead of custom inc file | 8 年前 |
| mad: Convert to standard ternary header | 7 年前 |
| math: Implement maxmag | 8 年前 |
| math: Implement minmag | 8 年前 |
| Implement modf math builtin | 10 年前 |
| Implement modf math builtin | 10 年前 |
| nan: Implement | 8 年前 |
| Add initial support for half precision builtins | 7 年前 |
| native_cos: Switch implementation to llvm intrinsic | 8 年前 |
| native_divide: provide function implementation instead of macro | 8 年前 |
| native_exp: Switch implementation to llvm intrinsic | 8 年前 |
| native_exp10: Switch implementation to llvm intrinsic | 8 年前 |
| native_exp2: Switch implementation to llvm intrinsic | 8 年前 |
| native_log: Use unary_decl instead of custom inc file | 8 年前 |
| native_log10: Use unary_decl instead of custom inc file | 8 年前 |
| native_log2: Use unary_decl instead of custom inc file | 8 年前 |
| native_powr: Switch implementation to native_exp2 and native_log2 | 8 年前 |
| native_recip: provide function implementation instead of macro | 8 年前 |
| native_rsqrt: Switch implementation to 1 / native_sqrt | 8 年前 |
| native_sin: Switch implementation to llvm intrinsic | 8 年前 |
| native_sqrt: Switch implementation to llvm intrinsic | 8 年前 |
| native_tan: Switch implementation to use native_sin/native_cos | 8 年前 |
| nextafter: Use binary_decl_tt.inc instead of custom inc file. | 7 年前 |
| pow: Port from amd_builtins | 8 年前 |
| pown: Port from amd_builtins | 8 年前 |
| pown: Port from amd_builtins | 8 年前 |
| powr: Port from amd_builtins | 8 年前 |
| remainder: Port from amd builtins | 8 年前 |
| remquo: Port from amd builtins | 7 年前 |
| remquo: Port from amd builtins | 7 年前 |
| rint: Remove llvm intrinsic from the header. | 7 年前 |
| rootn: Port from amd_builtins | 8 年前 |
| rootn: Port from amd_builtins | 8 年前 |
| round: Remove llvm intrinsic from the header | 7 年前 |
| libclc: Move rsqrt implementation to a .cl file | 6 年前 |
| sin: Use unary_decl instead of custom inc file | 8 年前 |
| Add sincos | 12 年前 |