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

Issue 7232019: removed support for 80bit FP type (Closed)

Created:
9 years, 6 months ago by robertm
Modified:
9 years, 5 months ago
Visibility:
Public.

Description

pnacl does not support the x86 specific 80bit FP type so we do not need to bloat libgcc with it. Also removed support functions for 128bit ints. Those were guarded by "#if __x86_64" and resulted in empty object files/bitcode file.

Patch Set 1 #

Patch Set 2 : update #

Patch Set 3 : update #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -16 lines) Patch
M compiler-rt/lib/Makefile-pnacl View 1 2 1 chunk +40 lines, -16 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
robertm
PTAL
9 years, 6 months ago (2011-06-22 17:41:18 UTC) #1
jvoung - send to chromium...
Would it be useful to keep a list of these omitted files in a comment ...
9 years, 6 months ago (2011-06-22 20:37:11 UTC) #2
robertm
Added a comment for that - it still does not cover all the functions but ...
9 years, 6 months ago (2011-06-22 21:11:29 UTC) #3
jvoung - send to chromium...
9 years, 6 months ago (2011-06-22 21:50:54 UTC) #4
LGTM, one more suggestion

http://codereview.chromium.org/7232019/diff/6001/compiler-rt/lib/Makefile-pnacl
File compiler-rt/lib/Makefile-pnacl (right):

http://codereview.chromium.org/7232019/diff/6001/compiler-rt/lib/Makefile-pna...
compiler-rt/lib/Makefile-pnacl:35: # powitf2.c
powitf2 appears to be in the 80 bit float category (just noticed it didn't have
a "ti" in name)

Powered by Google App Engine
This is Rietveld 408576698