[llvm-commits] [PATCH][Review request] IEEE quad software emulation library call
Anton Korobeynikov
anton at korobeynikov.info
Thu Jan 12 13:52:01 PST 2012
Hi Akira,
> f128-2.patch: Mips-specific changes.
Can't you use the following trick for argument passing / return:
define new pseudo-registers which will contain pairs of the present
f64 regs as subregs.
And pass f128 via these "paired" register set. Is there any reason why
this approach will fail here?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list