- Timestamp:
- Sep 8, 2022 10:34:06 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/softfloat-3e/source/extF80_sincos.h
r96664 r96665 25 25 * SPDX-License-Identifier: GPL-3.0-only 26 26 */ 27 28 #ifndef VBOX_INCLUDED_SRC_source_extF80_sincos_h 29 #define VBOX_INCLUDED_SRC_source_extF80_sincos_h 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 27 33 28 34 /** The pi/2 constant as 128-bit floating point value. … … 721 727 RTFLOAT128U_INIT_C(0, 0x36e9db5086bc, 0xb4cfebf21257b00a, 0x3ffe), 722 728 }; 729 730 #endif /* !VBOX_INCLUDED_SRC_source_extF80_sincos_h */
Note:
See TracChangeset
for help on using the changeset viewer.