From 17ab1f4a0a83fd20d75eb01e2e54c2622bcc1a13 Mon Sep 17 00:00:00 2001 From: John Hauser Date: Thu, 15 Jan 2015 16:04:25 -0800 Subject: Fixed conflicts over definitions of inline functions for non-GCC compilers. Reboot official release date to be 2015 Jan 9. --- source/s_add128.c | 10 +++++----- source/s_add256M.c | 10 +++++----- source/s_addCarryM.c | 10 +++++----- source/s_addComplCarryM.c | 10 +++++----- source/s_addM.c | 10 +++++----- source/s_approxRecip32_1.c | 9 ++++----- source/s_approxRecipSqrt32_1.c | 9 ++++----- source/s_compare128M.c | 10 +++++----- source/s_compare96M.c | 10 +++++----- source/s_countLeadingZeros32.c | 12 +++++++----- source/s_countLeadingZeros64.c | 12 +++++++----- source/s_eq128.c | 9 ++++----- source/s_le128.c | 9 ++++----- source/s_lt128.c | 9 ++++----- source/s_mul128By32.c | 10 +++++----- source/s_mul128MTo256M.c | 10 +++++----- source/s_mul128To256M.c | 12 +++++++----- source/s_mul64ByShifted32To128.c | 10 +++++----- source/s_mul64To128.c | 10 +++++----- source/s_mul64To128M.c | 10 +++++----- source/s_negXM.c | 10 +++++----- source/s_remStepMBy32.c | 10 +++++----- source/s_shiftLeftM.c | 12 +++++++----- source/s_shiftRightJam128.c | 10 +++++----- source/s_shiftRightJam128Extra.c | 10 +++++----- source/s_shiftRightJam256M.c | 10 +++++----- source/s_shiftRightJam32.c | 9 ++++----- source/s_shiftRightJam64.c | 9 ++++----- source/s_shiftRightJam64Extra.c | 10 +++++----- source/s_shiftRightJamM.c | 12 +++++++----- source/s_shiftRightM.c | 12 +++++++----- source/s_shortShiftLeft128.c | 10 +++++----- source/s_shortShiftLeft64To96M.c | 10 +++++----- source/s_shortShiftLeftM.c | 10 +++++----- source/s_shortShiftRight128.c | 10 +++++----- source/s_shortShiftRightExtendM.c | 10 +++++----- source/s_shortShiftRightJam128.c | 10 +++++----- source/s_shortShiftRightJam128Extra.c | 10 +++++----- source/s_shortShiftRightJam64.c | 9 ++++----- source/s_shortShiftRightJam64Extra.c | 10 +++++----- source/s_shortShiftRightJamM.c | 10 +++++----- source/s_shortShiftRightM.c | 10 +++++----- source/s_sub128.c | 10 +++++----- source/s_sub1XM.c | 10 +++++----- source/s_sub256M.c | 10 +++++----- source/s_subM.c | 10 +++++----- 46 files changed, 234 insertions(+), 230 deletions(-) (limited to 'source') diff --git a/source/s_add128.c b/source/s_add128.c index 1ae29bc..19a317c 100644 --- a/source/s_add128.c +++ b/source/s_add128.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_add128 diff --git a/source/s_add256M.c b/source/s_add256M.c index df7b47f..09224a7 100644 --- a/source/s_add256M.c +++ b/source/s_add256M.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_add256M diff --git a/source/s_addCarryM.c b/source/s_addCarryM.c index 0bc03ef..9d9ff00 100644 --- a/source/s_addCarryM.c +++ b/source/s_addCarryM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_addCarryM diff --git a/source/s_addComplCarryM.c b/source/s_addComplCarryM.c index 8923182..8c4564e 100644 --- a/source/s_addComplCarryM.c +++ b/source/s_addComplCarryM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_addComplCarryM diff --git a/source/s_addM.c b/source/s_addM.c index 7c0f168..092ff83 100644 --- a/source/s_addM.c +++ b/source/s_addM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_addM diff --git a/source/s_approxRecip32_1.c b/source/s_approxRecip32_1.c index 52eb36b..a225cf6 100644 --- a/source/s_approxRecip32_1.c +++ b/source/s_approxRecip32_1.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,6 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_approxRecip32_1 diff --git a/source/s_approxRecipSqrt32_1.c b/source/s_approxRecipSqrt32_1.c index 7041de2..ec95112 100644 --- a/source/s_approxRecipSqrt32_1.c +++ b/source/s_approxRecipSqrt32_1.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,6 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_approxRecipSqrt32_1 diff --git a/source/s_compare128M.c b/source/s_compare128M.c index c890408..49e9090 100644 --- a/source/s_compare128M.c +++ b/source/s_compare128M.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_compare128M diff --git a/source/s_compare96M.c b/source/s_compare96M.c index 0cafab2..ae27194 100644 --- a/source/s_compare96M.c +++ b/source/s_compare96M.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_compare96M diff --git a/source/s_countLeadingZeros32.c b/source/s_countLeadingZeros32.c index 4fa7b96..03df6f3 100644 --- a/source/s_countLeadingZeros32.c +++ b/source/s_countLeadingZeros32.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,10 +33,12 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_countLeadingZeros32 +#define softfloat_countLeadingZeros32 softfloat_countLeadingZeros32 +#include "primitives.h" + uint_fast8_t softfloat_countLeadingZeros32( uint32_t a ) { uint_fast8_t count; diff --git a/source/s_countLeadingZeros64.c b/source/s_countLeadingZeros64.c index 2495212..5cea4ee 100644 --- a/source/s_countLeadingZeros64.c +++ b/source/s_countLeadingZeros64.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,10 +33,12 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_countLeadingZeros64 +#define softfloat_countLeadingZeros64 softfloat_countLeadingZeros64 +#include "primitives.h" + uint_fast8_t softfloat_countLeadingZeros64( uint64_t a ) { uint_fast8_t count; diff --git a/source/s_eq128.c b/source/s_eq128.c index 62e743e..1605dfa 100644 --- a/source/s_eq128.c +++ b/source/s_eq128.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -34,7 +34,6 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_eq128 diff --git a/source/s_le128.c b/source/s_le128.c index b7f5404..97fe24e 100644 --- a/source/s_le128.c +++ b/source/s_le128.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -34,7 +34,6 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_le128 diff --git a/source/s_lt128.c b/source/s_lt128.c index d90f176..052ab67 100644 --- a/source/s_lt128.c +++ b/source/s_lt128.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -34,7 +34,6 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_lt128 diff --git a/source/s_mul128By32.c b/source/s_mul128By32.c index 47058c2..34646bd 100644 --- a/source/s_mul128By32.c +++ b/source/s_mul128By32.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_mul128By32 diff --git a/source/s_mul128MTo256M.c b/source/s_mul128MTo256M.c index 093a626..4480f85 100644 --- a/source/s_mul128MTo256M.c +++ b/source/s_mul128MTo256M.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_mul128MTo256M diff --git a/source/s_mul128To256M.c b/source/s_mul128To256M.c index 2589009..ded21df 100644 --- a/source/s_mul128To256M.c +++ b/source/s_mul128To256M.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,10 +33,12 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_mul128To256M +#define softfloat_mul128To256M softfloat_mul128To256M +#include "primitives.h" + void softfloat_mul128To256M( uint64_t a64, uint64_t a0, uint64_t b64, uint64_t b0, uint64_t *zPtr ) diff --git a/source/s_mul64ByShifted32To128.c b/source/s_mul64ByShifted32To128.c index b8b6c5e..3dadb18 100644 --- a/source/s_mul64ByShifted32To128.c +++ b/source/s_mul64ByShifted32To128.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_mul64ByShifted32To128 diff --git a/source/s_mul64To128.c b/source/s_mul64To128.c index cde92f4..9e8a072 100644 --- a/source/s_mul64To128.c +++ b/source/s_mul64To128.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_mul64To128 diff --git a/source/s_mul64To128M.c b/source/s_mul64To128M.c index 3e5e440..605faab 100644 --- a/source/s_mul64To128M.c +++ b/source/s_mul64To128M.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_mul64To128M diff --git a/source/s_negXM.c b/source/s_negXM.c index b3629f1..2ca4909 100644 --- a/source/s_negXM.c +++ b/source/s_negXM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_negXM diff --git a/source/s_remStepMBy32.c b/source/s_remStepMBy32.c index aff175c..29ed4e8 100644 --- a/source/s_remStepMBy32.c +++ b/source/s_remStepMBy32.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_remStepMBy32 diff --git a/source/s_shiftLeftM.c b/source/s_shiftLeftM.c index 1109bb0..b493e74 100644 --- a/source/s_shiftLeftM.c +++ b/source/s_shiftLeftM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,10 +33,12 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_shiftLeftM +#define softfloat_shiftLeftM softfloat_shiftLeftM +#include "primitives.h" + void softfloat_shiftLeftM( uint_fast8_t size_words, diff --git a/source/s_shiftRightJam128.c b/source/s_shiftRightJam128.c index 4527b7f..6886be7 100644 --- a/source/s_shiftRightJam128.c +++ b/source/s_shiftRightJam128.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shiftRightJam128 diff --git a/source/s_shiftRightJam128Extra.c b/source/s_shiftRightJam128Extra.c index eece6df..f580688 100644 --- a/source/s_shiftRightJam128Extra.c +++ b/source/s_shiftRightJam128Extra.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shiftRightJam128Extra diff --git a/source/s_shiftRightJam256M.c b/source/s_shiftRightJam256M.c index 23f6b50..ca1bf70 100644 --- a/source/s_shiftRightJam256M.c +++ b/source/s_shiftRightJam256M.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shiftRightJam256M diff --git a/source/s_shiftRightJam32.c b/source/s_shiftRightJam32.c index ddeb387..18d6ac8 100644 --- a/source/s_shiftRightJam32.c +++ b/source/s_shiftRightJam32.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,6 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_shiftRightJam32 diff --git a/source/s_shiftRightJam64.c b/source/s_shiftRightJam64.c index dd8efe6..f19edef 100644 --- a/source/s_shiftRightJam64.c +++ b/source/s_shiftRightJam64.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,6 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_shiftRightJam64 diff --git a/source/s_shiftRightJam64Extra.c b/source/s_shiftRightJam64Extra.c index 6d80085..b1f4056 100644 --- a/source/s_shiftRightJam64Extra.c +++ b/source/s_shiftRightJam64Extra.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shiftRightJam64Extra diff --git a/source/s_shiftRightJamM.c b/source/s_shiftRightJamM.c index e534f2c..9f048bd 100644 --- a/source/s_shiftRightJamM.c +++ b/source/s_shiftRightJamM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,10 +33,12 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_shiftRightJamM +#define softfloat_shiftRightJamM softfloat_shiftRightJamM +#include "primitives.h" + void softfloat_shiftRightJamM( uint_fast8_t size_words, diff --git a/source/s_shiftRightM.c b/source/s_shiftRightM.c index 7580da1..b48c141 100644 --- a/source/s_shiftRightM.c +++ b/source/s_shiftRightM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,10 +33,12 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_shiftRightM +#define softfloat_shiftRightM softfloat_shiftRightM +#include "primitives.h" + void softfloat_shiftRightM( uint_fast8_t size_words, diff --git a/source/s_shortShiftLeft128.c b/source/s_shortShiftLeft128.c index 83c39bb..29803c0 100644 --- a/source/s_shortShiftLeft128.c +++ b/source/s_shortShiftLeft128.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shortShiftLeft128 diff --git a/source/s_shortShiftLeft64To96M.c b/source/s_shortShiftLeft64To96M.c index 69a708c..63780fc 100644 --- a/source/s_shortShiftLeft64To96M.c +++ b/source/s_shortShiftLeft64To96M.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shortShiftLeft64To96M diff --git a/source/s_shortShiftLeftM.c b/source/s_shortShiftLeftM.c index 0b360ef..882c976 100644 --- a/source/s_shortShiftLeftM.c +++ b/source/s_shortShiftLeftM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shortShiftLeftM diff --git a/source/s_shortShiftRight128.c b/source/s_shortShiftRight128.c index 2e8ae52..2ed799e 100644 --- a/source/s_shortShiftRight128.c +++ b/source/s_shortShiftRight128.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shortShiftRight128 diff --git a/source/s_shortShiftRightExtendM.c b/source/s_shortShiftRightExtendM.c index 5a1820a..52ccf6b 100644 --- a/source/s_shortShiftRightExtendM.c +++ b/source/s_shortShiftRightExtendM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shortShiftRightExtendM diff --git a/source/s_shortShiftRightJam128.c b/source/s_shortShiftRightJam128.c index 21b6a1e..6ff994f 100644 --- a/source/s_shortShiftRightJam128.c +++ b/source/s_shortShiftRightJam128.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shortShiftRightJam128 diff --git a/source/s_shortShiftRightJam128Extra.c b/source/s_shortShiftRightJam128Extra.c index a6c76fa..0f4ceeb 100644 --- a/source/s_shortShiftRightJam128Extra.c +++ b/source/s_shortShiftRightJam128Extra.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shortShiftRightJam128Extra diff --git a/source/s_shortShiftRightJam64.c b/source/s_shortShiftRightJam64.c index b399984..c42745c 100644 --- a/source/s_shortShiftRightJam64.c +++ b/source/s_shortShiftRightJam64.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,6 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" #ifndef softfloat_shortShiftRightJam64 diff --git a/source/s_shortShiftRightJam64Extra.c b/source/s_shortShiftRightJam64Extra.c index 42fc926..bb99e3d 100644 --- a/source/s_shortShiftRightJam64Extra.c +++ b/source/s_shortShiftRightJam64Extra.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shortShiftRightJam64Extra diff --git a/source/s_shortShiftRightJamM.c b/source/s_shortShiftRightJamM.c index ce2de98..7a9b0d2 100644 --- a/source/s_shortShiftRightJamM.c +++ b/source/s_shortShiftRightJamM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shortShiftRightJamM diff --git a/source/s_shortShiftRightM.c b/source/s_shortShiftRightM.c index f786c97..7e4eaf3 100644 --- a/source/s_shortShiftRightM.c +++ b/source/s_shortShiftRightM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_shortShiftRightM diff --git a/source/s_sub128.c b/source/s_sub128.c index 2cb3c8e..e38930c 100644 --- a/source/s_sub128.c +++ b/source/s_sub128.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_sub128 diff --git a/source/s_sub1XM.c b/source/s_sub1XM.c index 0281bf5..f10838a 100644 --- a/source/s_sub1XM.c +++ b/source/s_sub1XM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_sub1XM diff --git a/source/s_sub256M.c b/source/s_sub256M.c index db2f017..6b7636e 100644 --- a/source/s_sub256M.c +++ b/source/s_sub256M.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_sub256M diff --git a/source/s_subM.c b/source/s_subM.c index 60d654b..61fa235 100644 --- a/source/s_subM.c +++ b/source/s_subM.c @@ -4,10 +4,10 @@ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. -Copyright 2011, 2012, 2013, 2014 The Regents of the University of California -(Regents). All Rights Reserved. Redistribution and use in source and binary -forms, with or without modification, are permitted provided that the following -conditions are met: +Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of +California (Regents). All Rights Reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided that +the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions, and the following two paragraphs of disclaimer. @@ -33,7 +33,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. #include #include "platform.h" -#include "primitives.h" +#include "primitiveTypes.h" #ifndef softfloat_subM -- cgit v1.1