Changeset 0f4c513 for libcfa/src
- Timestamp:
- May 7, 2024, 4:41:58 PM (6 months ago)
- Branches:
- master
- Children:
- 195d1d8
- Parents:
- f5cb7c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/stdhdr/math.h
rf5cb7c2 r0f4c513 10 10 // Created On : Mon Jul 4 23:25:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Feb 7 19:05:27 202013 // Update Count : 1512 // Last Modified On : Tue May 7 16:41:02 2024 13 // Update Count : 22 14 14 // 15 15 … … 18 18 #define exception ``exception // make keyword an identifier 19 19 #define __CFA_MATH_H__ 20 #endif 21 22 #if __aarch64__ && __GNUC__ == 13 // TEMPORARY: gcc-13 problem on ARM in /usr/include/aarch64-linux-gnu/bits/math-vector.h 23 typedef double __Float32x4_t; 24 typedef double __Float64x2_t; 25 typedef float __SVFloat32_t; 26 typedef float __SVFloat64_t; 27 typedef int __SVBool_t; 20 28 #endif 21 29
Note: See TracChangeset
for help on using the changeset viewer.