Changeset aefdccd in mainline for uspace/lib/math/meson.build
- Timestamp:
- 2025-10-20T06:14:54Z (7 weeks ago)
- Parents:
- adbd7e1 (diff), 3e41cc4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- boba-buba <120932204+boba-buba@…> (2025-10-20 06:14:54)
- git-committer:
- GitHub <noreply@…> (2025-10-20 06:14:54)
- File:
-
- 1 edited
-
uspace/lib/math/meson.build (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/meson.build
radbd7e1 raefdccd 1 1 # 2 # Copyright (c) 2025 Jiri Svoboda 2 3 # Copyright (c) 2013 Vojtech Horky 3 4 # All rights reserved. … … 33 34 'generic/__fpclassify.c', 34 35 'generic/__signbit.c', 36 'generic/atan2.c', 35 37 'generic/cos.c', 36 38 'generic/fabs.c', 39 'generic/floor.c', 37 40 'generic/fmod.c', 38 41 'generic/fmodf.c', 39 42 'generic/nearbyint.c', 43 'generic/pow.c', 44 'generic/log.c', 45 'generic/sqrt.c', 40 46 'generic/round.c', 47 'generic/tan.c', 41 48 'generic/trig.c', 42 49 'generic/sin.c',
Note:
See TracChangeset
for help on using the changeset viewer.
