| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Android Long Double handling (#2101) | ptitSeb | 2024-12-02 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | * [ANDROID] Try to handle LongDouble in vaarg correctly * [ANDROID] Try to enable test07 * [WRAPPED] Fixed Android long double handling (#2096) * [WRAPPED] Fixed Android long double handling * [WRAPPED] Force casting to uintptr_t * [WRAPPED] Fixed a typing issue, removed a warning in the CI --------- Co-authored-by: rajdakin <rajdakin@gmail.com> | ||||
| * | [WRAPPING] Added supot for the 'long double complex' type | ptitSeb | 2024-02-09 | 1 | -0/+28 |
| | | |||||
| * | Made the to/from_complex function static inline (might help #738) | ptitSeb | 2023-04-24 | 1 | -4/+4 |
| | | |||||
| * | Fixed float complex handling as parameter | ptitSeb | 2023-04-07 | 1 | -1/+1 |
| | | |||||
| * | Try to add complex function in libm | ptitSeb | 2023-04-06 | 1 | -0/+33 |