aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2bc39c33..103a6cb3 100644
--- a/Makefile
+++ b/Makefile
@@ -84,13 +84,12 @@ GPATH=$(DIRS)
ifeq ($(LIBRARY_FLOCQ),local)
FLOCQ=\
- SpecFloatCompat.v \
Raux.v Zaux.v Defs.v Digits.v Float_prop.v FIX.v FLT.v FLX.v FTZ.v \
Generic_fmt.v Round_pred.v Round_NE.v Ulp.v Core.v \
- Bracket.v Div.v Operations.v Round.v Sqrt.v \
+ Bracket.v Div.v Operations.v Plus.v Round.v Sqrt.v \
Div_sqrt_error.v Mult_error.v Plus_error.v \
Relative.v Sterbenz.v Round_odd.v Double_rounding.v \
- Binary.v Bits.v
+ BinarySingleNaN.v Binary.v Bits.v
else
FLOCQ=
endif