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

Side by Side Diff: src/v8.gyp

Issue 2622643005: ARM64: Add NEON support (Closed)
Patch Set: Created 3 years, 11 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 # 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 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 'arm64/instructions-arm64.h', 1410 'arm64/instructions-arm64.h',
1411 'arm64/instrument-arm64.cc', 1411 'arm64/instrument-arm64.cc',
1412 'arm64/instrument-arm64.h', 1412 'arm64/instrument-arm64.h',
1413 'arm64/interface-descriptors-arm64.cc', 1413 'arm64/interface-descriptors-arm64.cc',
1414 'arm64/interface-descriptors-arm64.h', 1414 'arm64/interface-descriptors-arm64.h',
1415 'arm64/macro-assembler-arm64.cc', 1415 'arm64/macro-assembler-arm64.cc',
1416 'arm64/macro-assembler-arm64.h', 1416 'arm64/macro-assembler-arm64.h',
1417 'arm64/macro-assembler-arm64-inl.h', 1417 'arm64/macro-assembler-arm64-inl.h',
1418 'arm64/simulator-arm64.cc', 1418 'arm64/simulator-arm64.cc',
1419 'arm64/simulator-arm64.h', 1419 'arm64/simulator-arm64.h',
1420 'arm64/logic-arm64.cc',
1420 'arm64/utils-arm64.cc', 1421 'arm64/utils-arm64.cc',
1421 'arm64/utils-arm64.h', 1422 'arm64/utils-arm64.h',
1422 'arm64/eh-frame-arm64.cc', 1423 'arm64/eh-frame-arm64.cc',
1423 'builtins/arm64/builtins-arm64.cc', 1424 'builtins/arm64/builtins-arm64.cc',
1424 'compiler/arm64/code-generator-arm64.cc', 1425 'compiler/arm64/code-generator-arm64.cc',
1425 'compiler/arm64/instruction-codes-arm64.h', 1426 'compiler/arm64/instruction-codes-arm64.h',
1426 'compiler/arm64/instruction-scheduler-arm64.cc', 1427 'compiler/arm64/instruction-scheduler-arm64.cc',
1427 'compiler/arm64/instruction-selector-arm64.cc', 1428 'compiler/arm64/instruction-selector-arm64.cc',
1428 'compiler/arm64/unwinding-info-writer-arm64.h', 1429 'compiler/arm64/unwinding-info-writer-arm64.h',
1429 'compiler/arm64/unwinding-info-writer-arm64.cc', 1430 'compiler/arm64/unwinding-info-writer-arm64.cc',
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
2493 'conditions': [ 2494 'conditions': [
2494 ['want_separate_host_toolset_mkpeephole==1', { 2495 ['want_separate_host_toolset_mkpeephole==1', {
2495 'toolsets': ['host'], 2496 'toolsets': ['host'],
2496 }, { 2497 }, {
2497 'toolsets': ['target'], 2498 'toolsets': ['target'],
2498 }], 2499 }],
2499 ], 2500 ],
2500 }, 2501 },
2501 ], 2502 ],
2502 } 2503 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698