5357N/A# The contents of this file are subject to the terms of the 5357N/A# Common Development and Distribution License (the "License"). 5357N/A# You may not use this file except in compliance with the License. 5357N/A# See the License for the specific language governing permissions 5357N/A# and limitations under the License. 5357N/A# When distributing Covered Code, include this CDDL HEADER in each 5357N/A# If applicable, add the following below this CDDL HEADER, with the 5357N/A# fields enclosed by brackets "[]" replaced with your own identifying 5357N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5357N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. 5357N/A# Don't use SSE3 or SSSE3 on Intel, because it's not completely portable. 5357N/A# Do not tell GCC to assume strictly correct pointer aliasing. CLooG 5357N/A# employs casts from incompatible pointer types. 5357N/A# General-purpose SPARC incantations: 5357N/A# - build for UltraSPARC-III (use fp registers for int whenever possible) 5357N/A# - use VIS-2 Instructions whenever possible 5357N/A# - there are no misaligned doubles in this code 5357N/A# - don't do software float (we're not using quat-precision). 5357N/A '-e "/Nothing to be done/d"' \
5357N/A '-e "s/[0-9]\{1,\}\.[0-9]\{1,\} s, //g"' \
5357N/A '-e "s^[0-9]\{1,\} kB/s^^g"' \
5357N/A '-e "s^[0-9]\{1,\} kB/s^^g"' \
5357N/A '-e "s^[0-9]\{1,\}\.[0-9]\{1,\} MB/s^^g"' \
5357N/A '-e "s^[0-9]\{1,\}\.[0-9]\{1,\} MB/s^^g"' \
5357N/A '-e "s/([0-9]\{1,\} B)//g"' \
5357N/A '-e "s/([0-9]\{1,\} B)//g"' \
5357N/A '-e "s/ \{1,\}copied/ copied/g"' \