diff options
Diffstat (limited to 'softfloat/ui32_to_f32.c')
-rwxr-xr-x | softfloat/ui32_to_f32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/softfloat/ui32_to_f32.c b/softfloat/ui32_to_f32.c index ba0fc1a..c974a5c 100755 --- a/softfloat/ui32_to_f32.c +++ b/softfloat/ui32_to_f32.c @@ -1,3 +1,5 @@ +// See LICENSE.SoftFloat for license details. + #include <stdint.h>
#include "platform.h"
|