mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Move CPUFeatures to core/
Move CPUFeatures.cpp, CPUFeatures.zig from bindings/ to core/. Updated import in crash_handler.zig. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2288,7 +2288,7 @@ comptime {
|
||||
}
|
||||
}
|
||||
|
||||
const CPUFeatures = @import("./buntime/bindings/CPUFeatures.zig");
|
||||
const CPUFeatures = @import("./buntime/core/CPUFeatures.zig");
|
||||
const builtin = @import("builtin");
|
||||
const std = @import("std");
|
||||
const windows = std.os.windows;
|
||||
|
||||
Reference in New Issue
Block a user