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

Side by Side Diff: Source/wtf/wtf.gypi

Issue 346913004: Some inline ARM assembly for saturated arithmetic, a small speed-up for (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename of assmebly file, some layout changes Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # For GN compatibility, this file can not have any conditions. 1 # For GN compatibility, this file can not have any conditions.
2 { 2 {
3 'variables': { 3 'variables': {
4 'wtf_files': [ 4 'wtf_files': [
5 'ASCIICType.h', 5 'ASCIICType.h',
6 'Alignment.h', 6 'Alignment.h',
7 'ArrayBuffer.cpp', 7 'ArrayBuffer.cpp',
8 'ArrayBuffer.h', 8 'ArrayBuffer.h',
9 'ArrayBufferBuilder.cpp', 9 'ArrayBufferBuilder.cpp',
10 'ArrayBufferBuilder.h', 10 'ArrayBufferBuilder.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'Uint32Array.h', 128 'Uint32Array.h',
129 'Uint8Array.h', 129 'Uint8Array.h',
130 'Vector.h', 130 'Vector.h',
131 'VectorTraits.h', 131 'VectorTraits.h',
132 'WTF.cpp', 132 'WTF.cpp',
133 'WTF.h', 133 'WTF.h',
134 'WTFExport.h', 134 'WTFExport.h',
135 'WTFThreadData.cpp', 135 'WTFThreadData.cpp',
136 'WTFThreadData.h', 136 'WTFThreadData.h',
137 'WeakPtr.h', 137 'WeakPtr.h',
138 'asm/SaturatedArithmeticARM.h',
138 'dtoa.cpp', 139 'dtoa.cpp',
139 'dtoa.h', 140 'dtoa.h',
140 'dtoa/bignum-dtoa.cc', 141 'dtoa/bignum-dtoa.cc',
141 'dtoa/bignum-dtoa.h', 142 'dtoa/bignum-dtoa.h',
142 'dtoa/bignum.cc', 143 'dtoa/bignum.cc',
143 'dtoa/bignum.h', 144 'dtoa/bignum.h',
144 'dtoa/cached-powers.cc', 145 'dtoa/cached-powers.cc',
145 'dtoa/cached-powers.h', 146 'dtoa/cached-powers.h',
146 'dtoa/diy-fp.cc', 147 'dtoa/diy-fp.cc',
147 'dtoa/diy-fp.h', 148 'dtoa/diy-fp.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'text/TextCodecUTF8Test.cpp', 231 'text/TextCodecUTF8Test.cpp',
231 'text/WTFStringTest.cpp', 232 'text/WTFStringTest.cpp',
232 ], 233 ],
233 'wtf_unittest_helper_files': [ 234 'wtf_unittest_helper_files': [
234 'testing/WTFTestHelpers.cpp', 235 'testing/WTFTestHelpers.cpp',
235 'testing/WTFTestHelpers.h', 236 'testing/WTFTestHelpers.h',
236 'testing/WTFUnitTestHelpersExport.h', 237 'testing/WTFUnitTestHelpersExport.h',
237 ], 238 ],
238 }, 239 },
239 } 240 }
OLDNEW
« Source/wtf/SaturatedArithmetic.h ('K') | « Source/wtf/asm/SaturatedArithmeticARM.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698