Displaying 3 results from an estimated 3 matches for "_pow".
Did you mean:
_iow
2011 Feb 12
0
[LLVMdev] pow operator on Windows
On Sat, Feb 12, 2011 at 1:06 PM, Dimitry Andric <dimitry at andric.com> wrote:
> On 2011-02-12 12:34, David Given wrote:
>> You might want to look at the generated machine code to see how they
>> differ. If this *is* the problem, you can tell gcc to use a particular
>> instruction set with -mfpmath=386 or -mfpmath=sse.
>
> I think you mean -mfpmath=387, instead. :)
2011 Feb 12
2
[LLVMdev] pow operator on Windows
On 2011-02-12 12:34, David Given wrote:
...
> You might want to look at the generated machine code to see how they
> differ. If this *is* the problem, you can tell gcc to use a particular
> instruction set with -mfpmath=386 or -mfpmath=sse.
I think you mean -mfpmath=387, instead. :)
Btw, this option is also not supported by clang... any idea how it could
be implemented, if at all?
2009 Dec 31
1
[PATCH] Autogenerate uureg opcode macros
...1, src2) ureg_CLAMP(ureg, dst, _src(src0), _src(src1), _src(src2))
-#define _FLR(dst, src) ureg_FLR(ureg, dst, _src(src))
-#define _ROUND(dst, src) ureg_ROUND(ureg, dst, _src(src))
-#define _EX2(dst, src) ureg_EX2(ureg, dst, _src(src))
-#define _LG2(dst, src) ureg_LG2(ureg, dst, _src(src))
-#define _POW(dst, src0, src1) ureg_POW(ureg, dst, _src(src0), _src(src1))
-#define _XPD(dst, src0, src1) ureg_XPD(ureg, dst, _src(src0), _src(src1))
-#define _ABS(dst, src) ureg_ABS(ureg, dst, _src(src))
-#define _RCC(dst, src) ureg_RCC(ureg, dst, _src(src))
-#define _DPH(dst, src0, src1) ureg_DPH(ureg, dst, _s...