- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Recently, I found a things.
The computiing "a=b*c" and "a+=b*c". In the same size, which runs fast on v3?
I complied it with "icc a.c -xAVX -O3".
"a+=b*c" runs faster than "a=b*c", almost 10 times performance.
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page