It uses the feature built-in to the language compiler that you use.

In the case of Visual Studio (Microsoft, x86) the underlying compiler uses
either the library implementations or direct assembly code using pairs of
registers and whatever dual-register assembly instructions are available on
the specific CPU.

In the case of GCC, the underlying compiler uses whatever made sense in its
library implementation.  Usually intrinsics are used in release mode, and
library functions are used in debug mode.

--andy

On 7/12/07, Lloyd <[EMAIL PROTECTED]> wrote:

Hi,
  Can I know how SQLite performs 64bit operations (addition,
multiplication, division) on 32bit machine?

Thank you very much,
  Lloyd


______________________________________
Scanned and protected by Email scanner


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]

-----------------------------------------------------------------------------


Reply via email to