Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Issue 10557041: Patch NaCl gcc to avoid use of fsincos. (Closed)

Created:
8 years, 6 months ago by khim
Modified:
8 years, 6 months ago
CC:
native-client-reviews_googlegroups.com, Brad Chen
Base URL:
http://git.chromium.org/native_client/nacl-gcc.git@master
Visibility:
Public.

Description

Patch NaCl gcc to avoid use of fsincos. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2720 TEST=bots R=pasko@google.com Committed: https://git.chromium.org/gitweb?p=native_client/nacl-gcc.git;a=commit;h=455063d

Patch Set 1 #

Patch Set 2 : Don't disable fsincos; replace it with fsin+fcos instead #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -1 line) Patch
M gcc/config/i386/i386.md View 1 2 chunks +26 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
khim
8 years, 6 months ago (2012-06-18 18:18:48 UTC) #1
pasko-google - do not use
8 years, 6 months ago (2012-06-18 18:22:39 UTC) #2
LGTM

Brad, FYI: there is a GCC builtin that could generate the fun instruction. Now
Victor has disabled it.

Powered by Google App Engine
This is Rietveld 408576698