diff options
Diffstat (limited to 'usr/src/lib/libc/i386_hwcap3/mapfile')
| -rw-r--r-- | usr/src/lib/libc/i386_hwcap3/mapfile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr/src/lib/libc/i386_hwcap3/mapfile b/usr/src/lib/libc/i386_hwcap3/mapfile index 4fe5f9c098..1fb7b16623 100644 --- a/usr/src/lib/libc/i386_hwcap3/mapfile +++ b/usr/src/lib/libc/i386_hwcap3/mapfile @@ -1,6 +1,5 @@ # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. # # CDDL HEADER START # @@ -21,6 +20,9 @@ # # CDDL HEADER END # -#ident "%Z%%M% %I% %E% SMI" -# -hwcap_1 = fpu cmov mmx sse; + +$mapfile_version 2 + +CAPABILITY { + hw += fpu cmov mmx sse; +}; |
