10Sstevel@tonic-gate# 2*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. 30Sstevel@tonic-gate# 40Sstevel@tonic-gate# CDDL HEADER START 50Sstevel@tonic-gate# 60Sstevel@tonic-gate# The contents of this file are subject to the terms of the 7*12692SAli.Bahrami@Oracle.COM# Common Development and Distribution License (the "License"). 8*12692SAli.Bahrami@Oracle.COM# You may not use this file except in compliance with the License. 90Sstevel@tonic-gate# 100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 120Sstevel@tonic-gate# See the License for the specific language governing permissions 130Sstevel@tonic-gate# and limitations under the License. 140Sstevel@tonic-gate# 150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 170Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 200Sstevel@tonic-gate# 210Sstevel@tonic-gate# CDDL HEADER END 220Sstevel@tonic-gate# 23*12692SAli.Bahrami@Oracle.COM 24*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 25*12692SAli.Bahrami@Oracle.COM 26*12692SAli.Bahrami@Oracle.COMCAPABILITY { 27*12692SAli.Bahrami@Oracle.COM hw += fpu cmov sep mmx sse; 28*12692SAli.Bahrami@Oracle.COM}; 29