This commit is contained in:
Brendan Hansknecht 2023-05-30 09:38:30 -07:00
parent 81e8812f38
commit fe4577ce4c
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -2,7 +2,7 @@ const std = @import("std");
const builtin = @import("builtin");
const math = std.math;
// Eventaully, we need to statically ingest compiler-rt and get it working with the surgical linker, then these should not be needed anymore.
// Eventually, we need to statically ingest compiler-rt and get it working with the surgical linker, then these should not be needed anymore.
// Until then, we are manually ingesting used parts of compiler-rt here.
//
// Taken from