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