about summary refs log tree commit diff stats
path: root/src/include/complext.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Android Long Double handling (#2101)ptitSeb2024-12-021-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' typeptitSeb2024-02-091-0/+28
|
* Made the to/from_complex function static inline (might help #738)ptitSeb2023-04-241-4/+4
|
* Fixed float complex handling as parameterptitSeb2023-04-071-1/+1
|
* Try to add complex function in libmptitSeb2023-04-061-0/+33