On Tue, Feb 2, 2016 at 5:05 PM, Páll Haraldsson <[email protected]> wrote:
> > Anyway, is floating-point sorting considered very important (this is just > an intellectual exercise for me and I have to make up my mind where to > start, if it's more important than something else, suhc as [Uniciode] > strings), up to what kind of n. > Yes, you could say that. Up to arbitrarily large n. > Thanks, any idea if I could do it differently? Inject LLVM bitcode? > I'm not aware of any way to get LLVM to emit these kinds of instructions. You could experiment with inline assembly embedded in LLVM but that would not be portable.
