Skip to content

Commit 186798a

Browse files
Update floatdef.h
1 parent 6366b45 commit 186798a

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

include/floatdef.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
// This program is free software: you can redistribute it and/or modify
2+
// it under the terms of the GNU General Public License as published by
3+
// the Free Software Foundation, either version 3 of the License, or
4+
// (at your option) any later version.
5+
// This program is distributed in the hope that it will be useful,
6+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
7+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8+
// GNU General Public License for more details.
9+
// You should have received a copy of the GNU General Public License
10+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
111
#pragma once
212

313
//---------------------------------------------
4-
// Precision selection (scalar only)
14+
// Precision selection
515
//---------------------------------------------
616
#if defined(NEXT_FP64)
717

0 commit comments

Comments
 (0)