search for: 1036180

Displaying 1 result from an estimated 1 matches for "1036180".

Did you mean: 1036188
2014 Feb 18
4
[LLVMdev] Optimizing math code
Hello LLVM-dev, I’m writing some crypto math code in C, and trying to make it as simple and portable as possible, so that there won’t be any unforeseen platform bugs. Ideally, I’d like the compiler to as much work as possible for me, and I’m wondering if you know how to make clang (or gcc, for that matter) do some of this. So I have a couple of questions. If this is the wrong list to ask for