aboutsummaryrefslogtreecommitdiffstats
path: root/test_ieee754.c
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2018-05-02 21:39:30 +0100
committerTomasz Kramkowski <tk@the-tk.com>2018-05-02 21:39:30 +0100
commit362f70b04da8f8e9c0c159527bce7da65591c260 (patch)
tree4547bf3ad23c663b4cae20a56560aab235bd03c1 /test_ieee754.c
parent0ce30b0e09621694430e3afe25c8209b147064de (diff)
downloadfaqe-362f70b04da8f8e9c0c159527bce7da65591c260.tar.gz
faqe-362f70b04da8f8e9c0c159527bce7da65591c260.tar.xz
faqe-362f70b04da8f8e9c0c159527bce7da65591c260.zip
Cleanup: License headers, spacing, naming
Rename vnorm to fnorm (fragment normal). Change shader license headers to C++ style comments. Fix spacing for PI define in faqe.c. Add missing license headers.
Diffstat (limited to 'test_ieee754.c')
-rw-r--r--test_ieee754.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test_ieee754.c b/test_ieee754.c
index 44873c9..85a1c95 100644
--- a/test_ieee754.c
+++ b/test_ieee754.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright (C) 2018 Tomasz Kramkowski <tk@the-tk.com>
+ * SPDX-License-Identifier: MIT
+ */
#include <math.h>
#include <stdint.h>
#include <stdio.h>