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

Side by Side Diff: src/v8.gyp

Issue 2083453002: [builtins] Introduce proper Float64Tan operator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
« no previous file with comments | « src/third_party/fdlibm/fdlibm.js ('k') | test/cctest/compiler/test-run-machops.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 'wasm/wasm-interpreter.cc', 1176 'wasm/wasm-interpreter.cc',
1177 'wasm/wasm-interpreter.h', 1177 'wasm/wasm-interpreter.h',
1178 'wasm/wasm-opcodes.cc', 1178 'wasm/wasm-opcodes.cc',
1179 'wasm/wasm-opcodes.h', 1179 'wasm/wasm-opcodes.h',
1180 'wasm/wasm-result.cc', 1180 'wasm/wasm-result.cc',
1181 'wasm/wasm-result.h', 1181 'wasm/wasm-result.h',
1182 'zone.cc', 1182 'zone.cc',
1183 'zone.h', 1183 'zone.h',
1184 'zone-allocator.h', 1184 'zone-allocator.h',
1185 'zone-containers.h', 1185 'zone-containers.h',
1186 'third_party/fdlibm/fdlibm.cc',
1187 'third_party/fdlibm/fdlibm.h',
1188 ], 1186 ],
1189 'conditions': [ 1187 'conditions': [
1190 ['want_separate_host_toolset==1', { 1188 ['want_separate_host_toolset==1', {
1191 'toolsets': ['host', 'target'], 1189 'toolsets': ['host', 'target'],
1192 }, { 1190 }, {
1193 'toolsets': ['target'], 1191 'toolsets': ['target'],
1194 }], 1192 }],
1195 ['v8_target_arch=="arm"', { 1193 ['v8_target_arch=="arm"', {
1196 'sources': [ ### gcmole(arch:arm) ### 1194 'sources': [ ### gcmole(arch:arm) ###
1197 'arm/assembler-arm-inl.h', 1195 'arm/assembler-arm-inl.h',
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 }], 2281 }],
2284 ['want_separate_host_toolset==1', { 2282 ['want_separate_host_toolset==1', {
2285 'toolsets': ['host'], 2283 'toolsets': ['host'],
2286 }, { 2284 }, {
2287 'toolsets': ['target'], 2285 'toolsets': ['target'],
2288 }], 2286 }],
2289 ], 2287 ],
2290 }, 2288 },
2291 ], 2289 ],
2292 } 2290 }
OLDNEW
« no previous file with comments | « src/third_party/fdlibm/fdlibm.js ('k') | test/cctest/compiler/test-run-machops.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698