~nat-ferrus/pocl/pocl

« back to all changes in this revision

Viewing changes to lib/kernel/x86_64/Makefile.am

  • Committer: Pekka Jääskeläinen
  • Date: 2013-06-12 11:39:44 UTC
  • mfrom: (732.4.11 0.8)
  • Revision ID: pekka.jaaskelainen@tut.fi-20130612113944-z9se0tsmtczqw9pg
Merge from 0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
# With fp-contract we get calls to fma with processors which do not
40
40
# have fma instructions. These ruin the performance. Better to have
41
41
# the mul+add separated in the IR.
42
 
CLANGFLAGS += -ffp-contract=off 
 
42
EXTRA_CLANGFLAGS = -ffp-contract=off 
 
43
EXTRA_KERNEL_LIB_OPT_FLAGS = "-disable-simplify-libcalls"
43
44
 
44
45
all: kernel-@TARGET@.bc