search for: mask_ss

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

Did you mean: mask_sse
2005 Jan 03
0
[LLVMdev] [patch] native AMD64 support
...-double makes no sense in the 64bit mode"); > if (TARGET_RTD) > error ("-mrtd calling convention not supported in the 64bit mode"); > +#if EMIT_LLVM > + /* set to standard X86 values (using 64-bit long doubles under LLVM) */ > + target_flags &= ~(MASK_SSE2 | MASK_SSE | MASK_MMX | MASK_128BIT_LONG_DOUBLE); > + ix86_fpmath = FPMATH_387; > +#else > /* Enable by default the SSE and MMX builtins. */ > target_flags |= (MASK_SSE2 | MASK_SSE | MASK_MMX | MASK_128BIT_LONG_DOUBLE); > ix86_fpmath = FPMATH_SSE; > +#...