Makefile.com (241c90a06e8d1708235651863df515a2d522a03a) Makefile.com (d17be682a2c70b4505d43c830bbd2603da11918d)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source. A copy of the CDDL is also available via the Internet at

--- 152 unchanged lines hidden (view full) ---

161SRCDIR = ../common/
162DYNFLAGS += $(ZIGNORE)
163
164FLTRPATH_sparc = $$ORIGIN/cpu/$$ISALIST/libmvec_isa.so.1
165FLTRPATH_sparcv9 = $$ORIGIN/../cpu/$$ISALIST/sparcv9/libmvec_isa.so.1
166FLTRPATH_i386 = $$ORIGIN/libmvec/$$HWCAP
167FLTRPATH = $(FLTRPATH_$(TARGET_ARCH))
168
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source. A copy of the CDDL is also available via the Internet at

--- 152 unchanged lines hidden (view full) ---

161SRCDIR = ../common/
162DYNFLAGS += $(ZIGNORE)
163
164FLTRPATH_sparc = $$ORIGIN/cpu/$$ISALIST/libmvec_isa.so.1
165FLTRPATH_sparcv9 = $$ORIGIN/../cpu/$$ISALIST/sparcv9/libmvec_isa.so.1
166FLTRPATH_i386 = $$ORIGIN/libmvec/$$HWCAP
167FLTRPATH = $(FLTRPATH_$(TARGET_ARCH))
168
169sparc_CFLAGS += -_cc=-W0,-xintrinsic
170sparcv9_CFLAGS += -_cc=-W0,-xintrinsic
171
172SRCS_mvec_i386 = ../common/__vsqrtf.c
173
174SRCS_mvec_sparc = $(SRCS_mvec_i386)
175
176SRCS_mvec_sparcv9 = $(SRCS_mvec_i386)
177
178
179SRCS_mvec = \

--- 90 unchanged lines hidden ---
169SRCS_mvec_i386 = ../common/__vsqrtf.c
170
171SRCS_mvec_sparc = $(SRCS_mvec_i386)
172
173SRCS_mvec_sparcv9 = $(SRCS_mvec_i386)
174
175
176SRCS_mvec = \

--- 90 unchanged lines hidden ---