English 中文(简体)
如何区分由英特尔汇编者撰写的“LOOP WAS VECTORIZED”?
原标题:How to disable remark "LOOP WAS VECTORIZED" written by Intel compiler?

I want to disable remark "LOOP WAS VECTORIZED" written by Intel compiler. But I don t want to disable optimazation. What do I need to do?

最佳回答

页: 1 or,现在我没有安装<条码>c

   -vec_report[n] Control amount of vectorizer diagnostic information:

                  n=0 -- No diagnostic information

                  n=1 -- Indicate vectorized loops (DEFAULT)

                  n=2 -- Indicate vectorized/non-vectorized loops

                  n=3 -- Indicate vectorized/non-vectorized loops and pro-
                  hibiting data dependence information

                  n=4 -- Indicate non-vectorized loops

                  n=5  --  Indicate  non-vectorized  loops and prohibiting
                  data dependence information
问题回答

暂无回答




相关问题
iPhone KERN_INVALID_ADDRESS

Im not sure why I am recieving this error, and I m unable to track down the cause. This only happens on the device though, Simulator runs error-free as expected. Can anyone make sense of this crash ...

Creating an MS Access query based on system, status, and date

I am just learning Access and have been tasked with creating a database for system access. We need a report that shows what systems have been in a pending status for 0-30 days, 31-60 days, 61-90 days,...

Get history of a project in Visual Source Safe 2005

I would like to get a report of the changes made to all the files in a project. I know how to do it for a single file, but I don t know how to do it recursively. Have you tried to do something similar?...

How to show a row total amount by group CG Group in Report

I am using Axapta 3.0 with language X++. I am making a report based on available report. The new report only shows a total row by group CG Group instead of showing all detail row as old report. Exam:...

Multiple ReportViewers in application?

I am developing a WinForms application and starting to dig into the reporting functionality. This is a smart client app, using SQL Server Compact Edition, which will be used both on and offline. ...

How to do a linear regression into a BIRT report?

How to make a linear regression on the chart displayed into your BIRT report. I have x and y data... but I don t see any function on eclipse BIRT to generate the linear regression... Any idea ? Many ...

How to specify HTML doctype in Oracle SQL*Plus HTML report?

I m producing an HTML report from a query using: set markup html on table "WIDTH= 100% BORDER= 1 cellpadding= 2px cellspacing= 0px "; Is there a way of including a doctype declaration such as: &...

Data report in VB 6.0

I m using data report in VB 6 and trying to display images from database. It retrieves the image but showing the same image for all output the code i m using are given below Dim rs As ADODB.Recordset,...

热门标签