SConsopts revision 11308
114262Sodanrc@yahoo.com.br# -*- mode:python -*- 214262Sodanrc@yahoo.com.br 314262Sodanrc@yahoo.com.br# 414262Sodanrc@yahoo.com.br# Copyright (c) 2015 Advanced Micro Devices, Inc. 514262Sodanrc@yahoo.com.br# All rights reserved. 614262Sodanrc@yahoo.com.br# 714262Sodanrc@yahoo.com.br# For use for simulation and test purposes only 814262Sodanrc@yahoo.com.br# 914262Sodanrc@yahoo.com.br# Redistribution and use in source and binary forms, with or without 1014262Sodanrc@yahoo.com.br# modification, are permitted provided that the following conditions are met: 1114262Sodanrc@yahoo.com.br# 1214262Sodanrc@yahoo.com.br# 1. Redistributions of source code must retain the above copyright notice, 1314262Sodanrc@yahoo.com.br# this list of conditions and the following disclaimer. 1414262Sodanrc@yahoo.com.br# 1514262Sodanrc@yahoo.com.br# 2. Redistributions in binary form must reproduce the above copyright notice, 1614262Sodanrc@yahoo.com.br# this list of conditions and the following disclaimer in the documentation 1714262Sodanrc@yahoo.com.br# and/or other materials provided with the distribution. 1814262Sodanrc@yahoo.com.br# 1914262Sodanrc@yahoo.com.br# 3. Neither the name of the copyright holder nor the names of its contributors 2014262Sodanrc@yahoo.com.br# may be used to endorse or promote products derived from this software 2114262Sodanrc@yahoo.com.br# without specific prior written permission. 2214262Sodanrc@yahoo.com.br# 2314262Sodanrc@yahoo.com.br# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 2414262Sodanrc@yahoo.com.br# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2514262Sodanrc@yahoo.com.br# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2614262Sodanrc@yahoo.com.br# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 2714262Sodanrc@yahoo.com.br# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 2814262Sodanrc@yahoo.com.br# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 2914262Sodanrc@yahoo.com.br# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3014262Sodanrc@yahoo.com.br# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3114262Sodanrc@yahoo.com.br# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 3214262Sodanrc@yahoo.com.br# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3314262Sodanrc@yahoo.com.br# POSSIBILITY OF SUCH DAMAGE. 3414262Sodanrc@yahoo.com.br# 3514262Sodanrc@yahoo.com.br# Author: Anthony Gutierrez 3614262Sodanrc@yahoo.com.br# 3714262Sodanrc@yahoo.com.br 3814262Sodanrc@yahoo.com.brImport('*') 3914262Sodanrc@yahoo.com.br 4014262Sodanrc@yahoo.com.brall_gpu_isa_list.append('hsail') 4114262Sodanrc@yahoo.com.br