Andrew Kelley
74608293af
compiler_rt: common -> compiler_rt
...
use the "symbol" helper function in all exports
move all declarations from common.zig to compiler_rt.zig
flatten the tree structure somewhat (move contents of tiny files into
parent files)
No functional changes.
2026-02-09 20:03:15 -08:00
Alex Rønne Petersen
62074ec61b
compiler-rt: Fix Hexagon routines to use the new @export() pointer semantics.
2024-11-24 08:19:15 +01:00
Alex Rønne Petersen
47f84acc12
compiler-rt: Remove duplicate __hexagon_divsf3 export.
2024-11-24 08:19:15 +01:00
Alex Rønne Petersen
1285d41186
compiler-rt: Fix duplicate labels in Hexagon routines.
2024-11-24 08:19:15 +01:00
Brian Cain
4aa6246345
compiler_rt: Add hexagon builtins ( #22029 )
...
Signed-off-by: Brian Cain <bcain@quicinc.com >
Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com >
Co-authored-by: Alex Rønne Petersen <alex@alexrp.com >
2024-11-24 01:17:21 +00:00