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:
Claude Bot
2025-12-30 10:22:01 +00:00
parent ae4dd4ee08
commit 2dfbeec70d
3 changed files with 1 additions and 1 deletions

View File

@@ -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;