Closed ksco closed 9 months ago
Yes it can be merged. For float/double, I think we need to know it's float or double than just number of args for sse_get_reg to work, this is the same situation as signed integers, which will be implemented later.
Yes it can be merged. For float/double, I think we need to know it's float or double than just number of args for sse_get_reg to work, this is the same situation as signed integers, which will be implemented later.
Only return float/double is important I think, like for ARM64, to update the fp reg cache.
Is it ready to merge? float/double return are still disabled it seems for now.