Skip to content

Commit 119beee

Browse files
committed
Don't add support for enabling SSE for now
1 parent dfa82bd commit 119beee

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ binary = ["llvm-tools-build", "x86_64", "toml", "xmas-elf", "usize_conversions",
6767
vga_320x200 = ["font8x8"]
6868
recursive_page_table = []
6969
map_physical_memory = []
70-
sse = ["bit_field"]
7170

7271
[profile.dev]
7372
panic = "abort"

src/bin/bios.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ fn bootloader_main(
138138
// Make sure that the kernel respects the write-protection bits, even when in ring 0.
139139
enable_write_protect_bit();
140140
141-
#[cfg(feature = "sse")]
142-
sse::enable_sse();
143-
144141
*/
145142
}
146143

0 commit comments

Comments
 (0)