Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

force-64bit-arithmetics

Consider all arithmetic operations as double-precision floating-point or int64 operations.

GUI Equivalent

Project Properties > Analysis Target > Performance Modeling > Other parameters

Syntax

--force-64bit-arithmetics

--no-force-64bit-arithmetics

Default

Off (no-force-64bit-arithmetics)

Actions Modified

collect=projection

collect=offload

Example

Force 64-bit arithmetics when modeling your application performance on a target device.

advisor --collect=projection --force-64bit-arithmetics --project-dir=./advi_results

See Also